Click here to Skip to main content
15,919,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a digital weighing scale I need to connect to the PC using RS232 communication port. Every time I weigh an object, automatically the result/weight will display in the the textbox control in Visual Basic Application that I made. I need your help for the complete source code that will communicate to the weighing device and what control should I use to communicate and how?
Posted
Updated 1-Jun-10 5:01am
v2

No-one is going to give you the full source code (why would we do the work you are paid for?): google for the SerialPort control and take it from there.
 
Share this answer
 
Nobody is going to rollover and just give you all the code.

Have you done any searching or research into this yourself? didn't think so.


Start with the basics like this article;

Communication on a serial port in NET 2.0[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900