Re: [Libphidget-devel] serial numbers
Status: Alpha
Brought to you by:
jstrohm
|
From: Jack S. <js...@ja...> - 2002-09-12 02:46:50
|
> > USBStringDescription3: > db Ch ; Length, db is a byte > db 03h ; 3 is a string descriptor > dsu "00001"; ; string, defined in Unicode. > > So you see that I'm using 5 digits only. There is nothing to prevent me > from stretching this when I reach 99,999. Be nice if that change didn't > break code. Will a serial ever be anything more than a number, making full use of unicode? |