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

Serial.write only send data when received data #13

Open
vinzzz34 opened this issue Jan 28, 2019 · 3 comments
Open

Serial.write only send data when received data #13

vinzzz34 opened this issue Jan 28, 2019 · 3 comments

Comments

@vinzzz34
Copy link

until some data arrived on the serial port, nothing is send to my arduino,
all serial.write are buffered and when a serial event appear all data are send and cause an app crash.

Please help me

@HansAMpaD
Copy link

Same experience for me. following

@HansAMpaD
Copy link

My app doesn't crash but the serial.write looks like not been sent to Arduino. When the Arduino sends to the Processing Android App the "waiting" data is sent to the Arduino and execute. From a processing app (Java) on the computer this behavior does not occur.

@volty98
Copy link

volty98 commented Jun 3, 2022

experience me too now.
I think triggered receive event is send timing.

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