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.Receiving timeout(sec.) numeric data
Specifies the time until processing is aborted if no data is received.
Specifying 0 disables the timeout.Sending timeout(sec.) numeric data
Specifies the time until processing is aborted if no data is sent.
Specifying 0 disables the timeout.* If timeout was disabled, you may not be able to operate the application if the inability to receive/send data continues.
- return value
- without
<前 2103_クリップボード="2103_クリップボード" クリアー="クリアー"></前>
<次 2202_comポート通信="2202_COMポート通信" 終了="終了"></次>