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
What steps will reproduce the problem?
1. Send two or more commands in the format
HHHH R CC L DD DD DD DD DD DD DD DD
2. insert a command to print the string buffer to the serial port.
3. View that every next command is corrupt
What is the expected output? What do you see instead?
Only first command works. increasing the buffer to a size of 35 resolves the
issue. But should it be 34 or 35? It looks like that 35 is 1 char to long
becaus it concats a stringterminator /0.
What version of the product are you using? On what operating system?
railuino 0.9 on windows7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 27 Oct 2013 at 9:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Oct 2013 at 9:17The text was updated successfully, but these errors were encountered: