currently it only support device 1a86:5512 but I have 5523
$ lsusb
Bus 002 Device 009: ID 1a86:5523 QinHeng Electronics CH341 in serial mode, usb to serial port converter
try changing only in ch341a.h
//#define CH341A_USB_PRODUCT 0x5512
#define CH341A_USB_PRODUCT 0x5523
but when trying to upload:
Erasing...
Device reported its revision [4.03]
ch341SpiStream: Failed to read 4 bytes 'Argument list too long'
No answer, sorry
Exiting...
so I assume further investigation needs to be done
currently it only support device 1a86:5512 but I have 5523
try changing only in ch341a.h
but when trying to upload:
so I assume further investigation needs to be done