E
egress
Forgive me for stupid questions for I am new to serial IO programming.
I am developing an app that will need to communicate with a device via
RS232 protocol using a standard 9 pin serial cable. From what I
understand this can be accomplished relativly easy using .net 2.0
SerialPort component over a COM port.
My question: because most newer computers don't have 9 pin serial
ports (COM), can the SerialPort component use a USB connection just
the same as it would a serial port? If so, how would I accomplish
this using the SerialPort component? What other alternatives might
there be?
Thanks in advance for any info.
I am developing an app that will need to communicate with a device via
RS232 protocol using a standard 9 pin serial cable. From what I
understand this can be accomplished relativly easy using .net 2.0
SerialPort component over a COM port.
My question: because most newer computers don't have 9 pin serial
ports (COM), can the SerialPort component use a USB connection just
the same as it would a serial port? If so, how would I accomplish
this using the SerialPort component? What other alternatives might
there be?
Thanks in advance for any info.