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.
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.
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 themanufacturer
string from within jSerialComm.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.