Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.34k stars 287 forks source link

Request to add manufacturer USB descriptor string to SerialPort #533

Closed EricCraigen closed 7 months ago

EricCraigen commented 11 months ago

Hello @hedgecrw,

We have created a USB-serial device utilizing an FTDI FT232RL serial converter. We are using FTPROG to flash the EEPROM with custom USB string descriptors and we would like access to the manufacturer string from within jSerialComm.

image

I understand that this is related to this issue and that library bloat was a concern given that normal serial devices do not have the USB descriptor strings, but if you could also make the manufacturer string accessible from SerialPort it would be greatly appreciated.

hedgecrw commented 11 months ago

I will add this as an enhancement for a future library version. Thanks!

hedgecrw commented 7 months ago

This has been implemented with the release of v2.11.0.