Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Processing 2.0b7 Serial.bufferUntil() not working?

$
0
0
I am having no problems with 2.0b7 using .bufferUntil('\n') and I am developing back and forth between OS X and Windows 7 machines. The problem could be that the until signal ("\n" for my case) is not being sent. You might need to create a diagnostic that does not use the bufferUntil that reveals exactly what is coming in so you can determine exactly what is going on. Remember that the computer is very most likely doing exactly what you are telling it to do. So if bufferUntil() never triggers serialEvent then bufferUntil() never actually buffers until. The until marker must not be coming in.

Viewing all articles
Browse latest Browse all 1768

Trending Articles