Hi,
I am trying to get the full serial number of a USB device.
I programmed an FTDI dongle with their own software as FT93452.
When I re-read the serial number with the FTDI software it reads back the complete S/N.
When I run this command:
I get this for the serial number:
"Serial : FT9"
Why are only three digits available?
It would also be nice if the serial number was made available???
Thanks
I am trying to get the full serial number of a USB device.
I programmed an FTDI dongle with their own software as FT93452.
When I re-read the serial number with the FTDI software it reads back the complete S/N.
When I run this command:
B4X:
Dim data As String
data = usb.DeviceInfo(i+1)
ToastMessageShow(data, True)
I get this for the serial number:
"Serial : FT9"
Why are only three digits available?
It would also be nice if the serial number was made available???
Thanks