mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Add STMicroelectronics STLink Virtual COM Port (#4244)
Allow using virtual serial port on ST NUCLEO boards
This commit is contained in:
parent
b06c516238
commit
186cc717f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue