You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the api document, if LRC is incorrect the register will have to send a NAK to the terminal
The terminal in turn will resend the response,if this time the LRC is validated, the register has to send an ACK and wait for EOT.
This flow is missing in the PAXTCPINterface call,
further if i modify the code and send NAK, get a response and then send an ACK, i dont get EOT from the terminal, Either the message LISTEN TIMEOUT or INCORRECT MESSAGE FORMAT is displayed on the terminal..
The text was updated successfully, but these errors were encountered:
As per the api document, if LRC is incorrect the register will have to send a NAK to the terminal
The terminal in turn will resend the response,if this time the LRC is validated, the register has to send an ACK and wait for EOT.
This flow is missing in the PAXTCPINterface call,
further if i modify the code and send NAK, get a response and then send an ACK, i dont get EOT from the terminal, Either the message LISTEN TIMEOUT or INCORRECT MESSAGE FORMAT is displayed on the terminal..
The text was updated successfully, but these errors were encountered: