scale/weight

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got an NCI 7820 scale. I'd like to be able to populate the weight field
on my form with the weight from the scale.

The instructions in the scale's manual state:
Transmits weight and scale status whenever
ASCII “W†<CR> is sent by a remote device.

I've tried on gotFocus:
SendKeys Chr(87) & Chr(13)
but it doesn't seem to do the trick.

Any suggestions?
 
Back
Top