TX7410 Operation Manual
39
Stop Bits
1 Bit
Parity Bit
None
End of Sequence NL (ASCII Code 10)
Connector
DB9
Software Protocol
1)
The controller sends the command using the ASCII code with NL as the end
character. TX7410 executes the command after the end character NL is received.
2)
The character received by TX7410 will be sent back to the controller again. The
controller will not send the next character until the last return character is
received correctively from TX7410 . If the controller cannot receive the character
sent back by TX7410 , the reasons may be as follows.
A.
The serial interface is not connected correctly.
B.
Check if the RS232 function is turned on and TALK ONLY function is
turned off.
C.
When TX7410 is executing a bus command, TX7410 will not accept any
character through the serial interface at the same time and the
character sent by controller will be ignored. In order to make sure the
whole command is sent and received correctly, the character without a
return character should be sent again by the controller.
3)
TX7410 sends information under following two conditions. The first is when a
character is received normally; TX7410 will send the character back as response.
The second is when a query command is received; TX7410 will send the query
response information.
4)
Once a query command is received, TX7410 will send the query response
information immediately even if the whole command has not been executed. So if
the command includes two queries, the controller should read the query
responses twice. One query is recommended to be included in a single command.
5)
A query response is sent out in ASCII codes with NL as the terminal character.
6)
Several query responses will be sent continuously with 1ms interval. The
controller should be ready to receive the responses; otherwise the response
information will be lost.
7)
The controller should receive the query response terminal character NL.
Otherwise you will confuse a terminal character NL with a returned character. At
the same time the controller should receive the last returned character before
receiving a query response.