Comm Port

  • Thread starter Thread starter Nwulf
  • Start date Start date
N

Nwulf

Guest
I am trying to communicate with the comm port but am having no luck. I have a program that monitors a scale, which is connected through comm1. I need to communicate with the scale via .Net and display the scale reading on the monitor. I have looked throught MS's help site and there is a sample program...but I can't get it to work...lot of "other" stuff I don't need.

Here is the settings that I need to have when I communicate with the scale: 1200 Baud, Even Parity, 7 Databits, Stop 1.

I really don't think that there is a whole lot I need. I am not sure if I need to user CreateFile and use comm1, or what.

??? :confused: ???


Thanks...

Nick
 
Unfortunately serial communications is not currently a part of the .net framework, so you'll have to go the C++ route it would seem.
 
Back
Top