JavaDoesUSB icon indicating copy to clipboard operation
JavaDoesUSB copied to clipboard

Serial number with binary data

Open manuelbl opened this issue 3 years ago • 0 comments

Some USB devices, e.g. the ST-Link adapters, return a serial number that isn't a valid Unicode string but rather contains binary data.

A first analysis shows that macOS detects this and treats it differently. This isn't necessarily what we want.

Serial numbers with binary data should be treated consistently across all platforms. And they should retain us much information as possible.

manuelbl avatar Sep 17 '22 07:09 manuelbl