hi..........
How to use the two com ports to send data at time with c# code.............
can anyone help........................
This is a discussion on please clarrify within the C# Programming forums, part of the General Programming Boards category; hi.......... How to use the two com ports to send data at time with c# code............. can anyone help...........................
hi..........
How to use the two com ports to send data at time with c# code.............
can anyone help........................
Study the System.IO.Ports namespace, and in particular the SerialPort object.
SerialPort Class (System.IO.Ports)