Capturing DATA form an electronic scale

rradev

New member
Local time
Today, 10:58
Joined
Sep 1, 2006
Messages
4
:confused: I have a question connected with capturing the COM port RS232. I know that there is ActiveX control for doing that. My point is to capture DATA from an electronic Scale using this COM port RS232.
Thank you!
 
Use Lib

Hi!

You can use MSCOMM Lib to connect with RS232.
Check the manual of that scale. You can find codes to TX data.

Regards,
Terry.
 
Last edited:
rradev said:
:confused: I have a question connected with capturing the COM port RS232. I know that there is ActiveX control for doing that. My point is to capture DATA from an electronic Scale using this COM port RS232.
Thank you!

I just tried it with the following, and seems to work fine..

Open "Com1,9600,n,8,1" for output as #1
Print #1,"This is a test"
Close #1
 

Users who are viewing this thread

Back
Top Bottom