We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
The CH341A is configured in "serial mode". I think this should be "parallel mode"? May be you change the jumper setting and try again...
Sorry, something went wrong.
SOLVED!! changing the jumper from 2-3 TTL to 1-2 and the device changed to 1a86:5512 thanks!!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: