Skip to content
Snippets Groups Projects
Commit 8d62ee5c authored by kpetersn's avatar kpetersn
Browse files

Fixed the communication problem

parent e52dd24b
No related merge requests found
......@@ -12,7 +12,10 @@ asynSetTraceMask("VMC_ETH", 0, 1)
asynSetTraceIOMask("VMC_ETH", 0, 1)
# Set end-of-string terminators
asynOctetSetInputEos("VMC_ETH",0,"\r\n")
# Original Firmware EOS
#!asynOctetSetInputEos("VMC_ETH",0,"\r\n")
# New Firmware EOS
asynOctetSetInputEos("VMC_ETH",0,"\r")
asynOctetSetOutputEos("VMC_ETH",0,"\r")
# These motor records can get their prefix from the environment variable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment