Skip to content

Commit

Permalink
Add FT232 Serial Chipset to the known list (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
unlogisch04 authored Aug 19, 2023
1 parent 5211d34 commit 942f64a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ abstract class SerialHandler {
Pair(0x10C4, 0xEA60),
// / Espressif
// ESP32-C3
Pair(0x303A, 0x1001)
Pair(0x303A, 0x1001),
// / FTDI
// FT232BM/L/Q, FT245BM/L/Q
// FT232RL/Q, FT245RL/Q
// VNC1L with VDPS Firmware
// VNC2 with FT232Slave
Pair(0x0403, 0x6001)
)
fun isKnownBoard(port: SerialPort): Boolean =
supportedSerial.contains(Pair(port.vendorId, port.productId))
Expand Down

0 comments on commit 942f64a

Please sign in to comment.