-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gdmux stalls after a varrying number of lines in a largish file #2
Comments
OK, it's worth trying a smaller baud rate. |
I've not seen this happen since we pushed down the baudrate and switched to synchronous moves. Did you say it crapped out once? Was is the same error message? |
I'm not sure, can always test again! On 5 May 2014 19:07, سلمان الجمّاز (Salmān Aljammāz) <
|
Still happening. I can sort of reproduce it. I think this will be my mission for the next week. |
So it's more likely to be the 5v USB line where the interference starts. On 11 May 2014 16:12, سلمان الجمّاز (Salmān Aljammāz) <
|
this works around issue #2, since when the serial line fails the V+ routines read in (0, 0, 0) which is now out of the arm's reach. also, clean up the output and fix sign error for the clockwise/anticlockwise arc.
This doesn't affect asimov with the hardware serial port. So it's either the USB serial adapter or something more sinister on the Pi. I'll keep the issue open till that's sorted. |
Example that stalls gdmux here: http://hastebin.com/kidoqijeve.avrasm
The text was updated successfully, but these errors were encountered: