.NET Serial Port: Port Configuration Dialog
Posted
by sheepsimulator
on Stack Overflow
See other posts from Stack Overflow
or by sheepsimulator
Published on 2010-05-07T14:55:46Z
Indexed on
2010/05/07
15:08 UTC
Read the original article
Hit count: 309
I'm going to be writing a small app based on the .NET SerialPort class.
Is there a generic dialog available for setting the port settings, ala baud rate, data bits, stop bit, parity bit, flow control, etc? I didn't see one in the MSDN documentation, but I would think that one exists, since that stuff doesn't change.
© Stack Overflow or respective owner