Package Details: imsprog-git 1.8.3.r2.g0ad7af5-1

Git Clone URL: https://aur.archlinux.org/imsprog-git.git (read-only, click to copy)
Package Base: imsprog-git
Description: I2C, MicroWire and SPI EEPROM/Flash chip Programmer - is a program to read, write EEPROM chips use the CH341A programmer device and CH347T programmer device
Upstream URL: https://github.com/bigbigmdm/IMSProg
Keywords: ch341a ch347t eeprom flash i2c microwire spi
Licenses: GPL-3.0-only
Conflicts: imsprog
Provides: imsprog
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 1
Popularity: 0.021318
First Submitted: 2025-11-10 09:26 (UTC)
Last Updated: 2026-04-25 12:02 (UTC)

Dependencies (12)

Required by (10)

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.