Skip to content

Commit 186cc71

Browse files
authored
Add STMicroelectronics STLink Virtual COM Port (#4244)
Allow using virtual serial port on ST NUCLEO boards
1 parent b06c516 commit 186cc71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/serial_devices.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const vendorIdNames = {
99
export const serialDevices = [
1010
{ vendorId: 1027, productId: 24577 }, // FT232R USB UART
1111
{ vendorId: 1155, productId: 12886 }, // STM32 in HID mode
12+
{ vendorId: 1155, productId: 14158 }, // 0483:374e STM Electronics STLink Virtual COM Port (NUCLEO boards)
1213
{ vendorId: 1155, productId: 22336 }, // STM Electronics Virtual COM Port
1314
{ vendorId: 4292, productId: 60000 }, // CP210x
1415
{ vendorId: 4292, productId: 60001 }, // CP210x

0 commit comments

Comments
 (0)