Alexey Kopytko
|
d2f0d6ea61
|
print_scale_data: correctly apply exponent
|
2015-10-23 17:01:02 +09:00 |
|
Alexey Kopytko
|
c0f3c1ea05
|
scales.h: correct number of known scales
|
2015-10-23 15:46:55 +09:00 |
|
Eric Jiang
|
f685c3c355
|
Add Stamps.com Stainless Steel 35 lb. Digital Scale
Thanks to jt70471 who reported this device on Github as issue #10
|
2015-06-18 17:08:21 -04:00 |
|
Eric Jiang
|
af28f08c70
|
Clean up Makefile
|
2015-06-16 11:44:09 -04:00 |
|
Eric Jiang
|
eb90d0afb1
|
Copy over some vendor/product IDs from scales.h
|
2015-06-16 11:42:26 -04:00 |
|
Eric Jiang
|
2a08b1a73a
|
Add user-contributed SANFORD Dymo 10 lb scale
|
2014-07-16 14:41:15 -04:00 |
|
Eric Jiang
|
5adbb00930
|
Added Fairbanks Scales SCB-R9000
Thanks to github.com/jacksnodgrass
|
2014-01-28 19:28:42 -05:00 |
|
Eric Jiang
|
76270a87a5
|
Merge branch 'master' of github.com:erjiang/usbscale
|
2014-01-13 22:30:56 -05:00 |
|
Eric Jiang
|
82cab8804b
|
Rely less on Make rule magic
|
2014-01-13 20:34:35 -05:00 |
|
erjiang
|
72a7ea6aaf
|
Merge pull request #3 from linspb/Mettler_Toledo
Thanks for the pull request!
|
2013-10-22 10:58:44 -07:00 |
|
Dmitriy Kozmenko
|
8246022ddb
|
Added: Mettler Toledo
Fixed: Skip first result
Added: Set exponent
|
2013-09-30 13:59:58 -04:00 |
|
Eric Jiang
|
7a6ac78c5f
|
Also add udev entry for stamps.com 5lb steel scale
|
2012-10-15 21:30:17 -07:00 |
|
Eric Jiang
|
cef66896ec
|
Made the number of valid scales a defined constant
|
2012-10-14 00:21:52 -07:00 |
|
Eric Jiang
|
5acc91ec4f
|
Added "Stamps.com Stainless Steel 5 lb. ..."
|
2012-10-14 00:19:57 -07:00 |
|
Eric Jiang
|
0d4982a1d6
|
Fixed gcc -Wall warnings
|
2012-04-07 15:51:47 -04:00 |
|
Eric Jiang
|
5d9ebf250c
|
Makefile: Fixed "lsscale" -> "lsusb"
|
2012-04-05 17:25:38 -04:00 |
|
Eric Jiang
|
6d9f3ae92f
|
Updated contact information to include Github page.
|
2011-12-31 15:53:49 -05:00 |
|
Eric Jiang
|
952d09b33d
|
Simplified Makefile to use implicit rules
|
2011-12-31 15:47:47 -05:00 |
|
Eric Jiang
|
710cbefb71
|
Added USB ID for USPS PS311
Thanks to Mike DePriest (mike.depriest@gmail.com), added a scale
definition for the USPS PS311 (made by Elane). ID is 7b7c:0100.
|
2011-12-31 15:44:26 -05:00 |
|
Eric Jiang
|
7ca9725b91
|
Read and discard old packet
|
2011-03-01 15:43:38 -05:00 |
|
Eric Jiang
|
97d0d7a109
|
Added License
|
2011-03-01 15:41:46 -05:00 |
|
Eric Jiang
|
9d3c40953b
|
Added documentation make target
|
2011-03-01 15:41:34 -05:00 |
|
Eric Jiang
|
f4c33e687d
|
Fixed weight reading to be properly-scaled double
|
2011-03-01 15:39:48 -05:00 |
|
Eric Jiang
|
0268fa50b0
|
Updated documentation in scales.h
|
2011-02-14 20:22:10 -05:00 |
|
Eric Jiang
|
3bf8c3e654
|
Updated README.md with info about udev rules
|
2011-02-14 16:53:33 -05:00 |
|
Eric Jiang
|
5fe269ea38
|
Added README.md
|
2011-02-14 16:43:55 -05:00 |
|
Eric Jiang
|
f68ac41120
|
Updated comment documentation.
|
2011-02-14 16:25:36 -05:00 |
|
Eric Jiang
|
8c039b082c
|
Added gplv3 note to usbscale.c
|
2011-02-14 00:00:24 -05:00 |
|
Eric Jiang
|
81355c8c18
|
Wrote 2/3 of the documentation, docco style
|
2011-02-13 22:25:27 -05:00 |
|
Eric Jiang
|
b9fa538ef9
|
Added udev rule file
|
2011-02-13 21:56:56 -05:00 |
|
Eric Jiang
|
37ba492c18
|
Updated Makefile to go along with last commit
|
2011-02-13 21:55:22 -05:00 |
|
Eric Jiang
|
89eede04c8
|
Working! with print formatting and everything!
|
2011-02-13 21:53:57 -05:00 |
|
Eric Jiang
|
e48f9984c7
|
Seems to be getting data now.
|
2011-02-13 20:47:37 -05:00 |
|
Eric Jiang
|
a9190a5703
|
Fixed array in scales.h
|
2011-02-13 20:39:00 -05:00 |
|
Eric Jiang
|
d862cd1e94
|
Current attempt to read data
|
2011-02-13 20:38:25 -05:00 |
|
Eric Jiang
|
7b4cde73b0
|
Compiles and runs... but no data?
|
2011-01-29 23:49:38 -05:00 |
|
Eric Jiang
|
cc1d6950b3
|
Updated Makefile for usbscale.c
|
2011-01-29 19:32:52 -05:00 |
|
Eric Jiang
|
ec693d0d6b
|
lsusb.c provided from libusb-1.0 source
|
2010-11-27 18:44:42 -05:00 |
|