The Serial Communication Sample (SerialPort.exe) is a communications
program that show how to use basic usage.
One sample allows you to set parameters, send and receive.
This is the appearance of the .NET8 sample program in Visual
Basic .NET.
TThe appearance of the sample program differs depending on
the version and development language used. Thank you for your understanding.
- The content of the sample program differs depending on
the language used.
For .NET8 and .NET Framework, this is a sample
program that shows how to use basic usage of SerialPort class.
For Visual C++(MFC), this is a sample program that
shows how to use basic usage of Win32 communication API functions.
For Python, this is a sample program that shows
how to use basic usage of the PySerial module.
- Transmits the data entered from the keyboard serially
and displays the received serial data on the screen.
By default, the received data is displayed when
16 bytes have been received.
- Initial values of communication parameters
Baud Rate: 9600, Data Bit: 8, Stop Bit:1, No Parity,
Full Duplex, No Flow Control