G
Guest
Hi,
Hopefully this is a pretty basic question. I need to perform serial IO using
VB.Net (VS2005/Framework 2.0) but the devices I communicate with can be
either RS-232 or 422/485. Is this a concern to me as the programmer, i.e.
does the UART or whatever handles the electrical side of things or do I need
to be aware of the type of connection being made a program accordingly. I
know I need to use System.IO.Ports.SerialPort but does this only support
RS-232. I can't find anything in the documentation that says if its RS-232
specific or not.
TIA - Peter
Hopefully this is a pretty basic question. I need to perform serial IO using
VB.Net (VS2005/Framework 2.0) but the devices I communicate with can be
either RS-232 or 422/485. Is this a concern to me as the programmer, i.e.
does the UART or whatever handles the electrical side of things or do I need
to be aware of the type of connection being made a program accordingly. I
know I need to use System.IO.Ports.SerialPort but does this only support
RS-232. I can't find anything in the documentation that says if its RS-232
specific or not.
TIA - Peter