Input to the textbox from weighing scale

kingreen

Newcomer
Joined
Dec 15, 2004
Messages
1
Hi ,
I am wondering whether this can be done or not:rolleyes:. I need to take the input from an electronic weighing scale into a text box in my vb.net windows application.
It can be either automatically as soon as sometihng is placed on the scale or on button click
The thing is i have no clue about how to go about it .
Any suggestions are highly appreciated.
Thanks
-King
 
kingreen said:
Hi ,
I am wondering whether this can be done or not:rolleyes:. I need to take the input from an electronic weighing scale into a text box in my vb.net windows application.
It can be either automatically as soon as sometihng is placed on the scale or on button click
The thing is i have no clue about how to go about it .
Any suggestions are highly appreciated.
Thanks
-King

How does it connect to the computer, does it have any instructions with it, ie API or examples?
 
the mayority of the electronic scale are db9 so you must to listen to port com1 or com2 depends on your computer configuration, and capture all the data...

im sure that your scale bring a manual with instruccion with how to use it like coldfusion244 says...
 
Back
Top