
- 339 -
■ Exceptions
Name of Exception Meaning
ObjectDisposedException The COM port has not been opened yet.
ArgumentException The specified parameter value(s) lies outside the
permissible range.
[Ex.] Specify a baud rate of 115200 bps, set the parity to none, the data length to 8 bits,
and the stop bit to 1 bit.
[VB] MyComm.Params = "115200,N,8,1"
[C#] MyComm.Params = "115200,N,8,1";
Comentarios a estos manuales