[Nut-upsdev] USB HID Spec help (passing strings)

2015-08-28 Thread Rob Groner
We're wrapping up our first version of the UPS we're making, and so I'm going over the USB code and came across one loose end. The serial number of the unit (iSerialNumber according to the USB HID doc) is a constant, but it's of course a different constant for each UPS. Right now we store

Re: [Nut-upsdev] USB HID Spec help (passing strings)

2015-08-28 Thread Charles Lepple
On Aug 28, 2015, at 2:21 PM, Rob Groner rgro...@rtd.com wrote: We’re wrapping up our first version of the UPS we’re making, and so I’m going over the USB code and came across one loose end. The serial number of the unit (iSerialNumber according to the USB HID doc) is a constant, but it’s