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
During testing at IOS, we found that the current code was sending two \n to the analyser for each command. Looking at the code, the ASYN port defines \n as the EOT. I removed the \n from the sprintf statement that formats the outgoing command and all works now. Please see stuwilkins/specsAnalyser@b8dc8a5
The text was updated successfully, but these errors were encountered:
During testing at IOS, we found that the current code was sending two
\n
to the analyser for each command. Looking at the code, the ASYN port defines\n
as the EOT. I removed the\n
from thesprintf
statement that formats the outgoing command and all works now. Please see stuwilkins/specsAnalyser@b8dc8a5The text was updated successfully, but these errors were encountered: