functional overview
Starts COM port communication.
Details of Functions
NameOpens the COM port specified in the "COM Port" and starts sending/receiving.
- Operation Status by OS
-
OS run state (of a process) Android Not available. iOS Not available. Windows It works.
parameter
- argument (e.g. function, program, programme)
-
Name character string data
Specifies the COM port name.transmission speed numeric data
Specifies the transmission speed.parity Specifies the parity check method.
- None
- Odd
- Even
- Mark
- space
data bit numeric data
Specifies data bit values.stop bit Specifies the stop bit value.
- None
- 1
- 2
- 1.5
Received data length (bytes) numeric data
Specifies the byte size of the received data if it is fixed length.
For variable length data, specify 0.Data delimiter (hexadecimal) character string data
Hexadecimal code for the end delimiter character code when the received data is variable length
Specify in notation.on receipt Specifies the process to be executed when data is received.
The received data ison receipt(at sentence-end, falling tone) indicates a confident conclusion Control statement/parameters and stored in
Yes.
- return value
- without