Skip to content

Commit

Permalink
Add more serial adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Sep 5, 2023
1 parent c6e832a commit 6e3722b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -2967,6 +2967,50 @@ serialadapter
usbpid = 0x7523;
;

#------------------------------------------------------------
# ch9102
#------------------------------------------------------------

serialadapter
id = "ch9102";
desc = "WCH CH9102 USB to serial adapter";
usbvid = 0x1a86;
usbpid = 0x55d4;
;

#------------------------------------------------------------
# cp210x
#------------------------------------------------------------

serialadapter
id = "cp210x";
desc = "Silabs CP210x USB to serial adapter";
usbvid = 0x10c4;
usbpid = 0xea60, 0xea70, 0xea71;
;

#------------------------------------------------------------
# ft231x / ft234x / ft230x
#------------------------------------------------------------

serialadapter
id = "ft231x", "ft234x", "ft230x";
desc = "FTDI FT23X series USB to serial adapter";
usbvid = 0x0403;
usbpid = 0x6015;
;

#------------------------------------------------------------
# pl2303
#------------------------------------------------------------

serialadapter
id = "pl2303";
desc = "Profilic PL2303 USB to serial adapter";
usbvid = 0x067b;
usbpid = 0x2303;
;

#
# PART DEFINITIONS
#
Expand Down

0 comments on commit 6e3722b

Please sign in to comment.