Skip to content
New issue

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

support for device 1a86:5523 (not needed, change jumper) #20

Open
hmollercl opened this issue Jun 30, 2024 · 2 comments
Open

support for device 1a86:5523 (not needed, change jumper) #20

hmollercl opened this issue Jun 30, 2024 · 2 comments

Comments

@hmollercl
Copy link

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

@HilmarSt
Copy link

HilmarSt commented Jul 1, 2024

The CH341A is configured in "serial mode". I think this should be "parallel mode"?
May be you change the jumper setting and try again...

@hmollercl
Copy link
Author

hmollercl commented Jul 25, 2024

SOLVED!!
changing the jumper from 2-3 TTL to 1-2 and the device changed to 1a86:5512
thanks!!

@hmollercl hmollercl changed the title supporte for device 1a86:5523 support for device 1a86:5523 Jul 25, 2024
@hmollercl hmollercl changed the title support for device 1a86:5523 support for device 1a86:5523 (not needed, change jumper) Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants