Skip to content
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

Missing characters in serial output #5

Closed
lumbric opened this issue Dec 1, 2013 · 5 comments
Closed

Missing characters in serial output #5

lumbric opened this issue Dec 1, 2013 · 5 comments

Comments

@lumbric
Copy link
Collaborator

lumbric commented Dec 1, 2013

Arduino forgets some characters when printing to serial.

@lumbric
Copy link
Collaborator Author

lumbric commented Dec 16, 2013

On 12/05/2013 03:20 AM, @rfjakob wrote:

Aber wir hatten wieder einen verlorenen Buchstaben. Ich denke das wird
alle paar (zig?) Cocktails passieren. Das führt dazu dass das GUI hängt,
und neugestartet werden muss, was MINUTENLANG dauert.

Wir brauchen einen Workaround - ich schlage vor wir implementieren einen
neuen Befehl im Arduino - ECHO - damit wir das manuell fixen können.

Also zum Beispiel, ENJOY war kaputt, GUI hängt im Ausschenken, wir machen

 printf "ECHO ENJOY 1 2 3 4 5 6 7" > /dev/ttyACM1

Arduino gibts wieder aus, Java kriegts mit, und das Werk läuft weiter.

@petres
Copy link
Collaborator

petres commented Dec 16, 2013

wir koennten einfach auch mal versuchen die baudrate zu verringern,
vielleicht behebt sich so das problem von selbst,
die uebertragungsgeschwindigkeit braucht ja eh nicht schnell sein

2013/12/16 lumbric [email protected]

On 12/05/2013 03:20 AM, @rfjakob https://github.com/rfjakob wrote:

Aber wir hatten wieder einen verlorenen Buchstaben. Ich denke das wird
alle paar (zig?) Cocktails passieren. Das führt dazu dass das GUI hängt,
und neugestartet werden muss, was MINUTENLANG dauert.

Wir brauchen einen Workaround - ich schlage vor wir implementieren einen
neuen Befehl im Arduino - ECHO - damit wir das manuell fixen können.

Also zum Beispiel, ENJOY war kaputt, GUI hängt im Ausschenken, wir machen

printf "ECHO ENJOY 1 2 3 4 5 6 7" > /dev/ttyACM1

Arduino gibts wieder aus, Java kriegts mit, und das Werk läuft weiter.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-30697911
.

@rfjakob
Copy link
Owner

rfjakob commented Dec 17, 2013

Gute Idee, aber die Serielle vom Leonardo hat keine Baudrate weils direkt über USB geht ( das Argument wird ignoriert, https://github.com/arduino/Arduino/blob/master/hardware/arduino/cores/arduino/CDC.cpp#L133 )

Ich frag mich ob commit 1bc4f55d23c20cbd2cf0561d161346e5a7d49e5b das Problem nicht vielleicht eh behoben hat.

@lumbric
Copy link
Collaborator Author

lumbric commented Apr 28, 2014

Might be a Java bug or so. @rfjakob says this occurs also using the python emulator.

@rfjakob
Copy link
Owner

rfjakob commented Apr 29, 2014

We have not seen it last friday, let's consider it fixed.

@rfjakob rfjakob closed this as completed Apr 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants