Skip to content

Commit

Permalink
Add STMicroelectronics STLink Virtual COM Port
Browse files Browse the repository at this point in the history
Allow using virtual serial port on ST NUCLEO boards
  • Loading branch information
ledvinap authored Nov 7, 2024
1 parent b06c516 commit a0053f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/serial_devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const vendorIdNames = {
export const serialDevices = [
{ vendorId: 1027, productId: 24577 }, // FT232R USB UART
{ vendorId: 1155, productId: 12886 }, // STM32 in HID mode
{ vendorId: 1155, productId: 14158 }, // 0483:374e STM Electronics STLink Virtual COM Port (NUCLEO boards)
{ vendorId: 1155, productId: 22336 }, // STM Electronics Virtual COM Port
{ vendorId: 4292, productId: 60000 }, // CP210x
{ vendorId: 4292, productId: 60001 }, // CP210x
Expand Down

0 comments on commit a0053f8

Please sign in to comment.