Package Details: imsprog-git 1.7.1.r1.g75a8809-1

Git Clone URL: https://aur.archlinux.org/imsprog-git.git (read-only, click to copy)
Package Base: imsprog-git
Description: MSProg - software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
Upstream URL: https://github.com/bigbigmdm/IMSProg
Licenses: GPL-3.0-only
Conflicts: imsprog
Provides: imsprog
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 1
Popularity: 0.088462
First Submitted: 2025-11-10 09:26 (UTC)
Last Updated: 2025-11-17 12:03 (UTC)

Dependencies (11)

Required by (4)

Sources (1)

Latest Comments

giovanni commented on 2025-12-20 13:23 (UTC)

cb_out: error: LIBUSB_TRANSFER_TIMED_OUT ch341a_spi_send_command:

This error can be temporarily fixed by changing line 211 from “step = currentBlockSize;” to “step = currentPageSize;” and line 1235 from “step = currentBlockSize;” to “step = currentPageSize;”, but this fix significantly reduces the read operation speed.