tags:

views:

383

answers:

1

Hi guys,

I need to find a program that can help me transfer the weight on the scale http://global.dymo.com/enUS/Products/10%5Flb%5F%5FUSB%5FMailing%5FScale.html onto Microsoft excel. Can someone help me out or point me in the right direction? The scale does signify that the reading has stabilized and I think that is the cue for it to write the weight into the cell in Excel. The scale can read the weight in grams or ounces but I prefer it to be on grams.

Thanks for the help! =)

A: 

I guess you need 2 different things,

  1. Read the grams information from the USB device (using some tool)
  2. Write the data into MS Excel using SQL

Now, reading the data from the USB device will be tricky, if the supplier has not provided the required API ...

Note: In case the supplier did not give you any API, then you are in a soup ~~~

Alphaneo