erjiang / usbscale

Reads weight data from USB scales.
GNU General Public License v3.0
90 stars 22 forks source link

new scale (Fairbanks Scales SCB-R9000) for scales.h #6

Closed jacksnodgrass closed 10 years ago

jacksnodgrass commented 10 years ago

not sure how to add a patch / diff... for scales.h

define NSCALES 5

. . .

// Mettler Toledo
{0x0eb8, 0xf000},
// Fairbanks Scales SCB-R9000
{0x0b67, 0x555e}

.. I hooked up my Fairbanks Scales SCB-R9000 scale, took the info from: [2014-01-23 07:42:13] hid-generic 0003:0B67:555E.0006: hiddev0,hidraw4: USB HID v1.01 Device [Fairbanks Scales Fairbanks Scales SCB-R9000] on usb-0000:00:1d.1-2/input0

and verified that usbscale will read that model of scale correctly once the scales.h file was modifed and the code was re-compiled.

jack

erjiang commented 10 years ago

Added to scales.h: https://github.com/erjiang/usbscale/commit/5adbb009305a0517f8927e9836670e7115f649a3

Thanks!!