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

Changing Custom Baudrate #22

Open
kimyousuk opened this issue Sep 21, 2019 · 0 comments
Open

Changing Custom Baudrate #22

kimyousuk opened this issue Sep 21, 2019 · 0 comments

Comments

@kimyousuk
Copy link

Dear. bakercp

This time it is related to baudrate. I needed 250k speed, so I looked around and fixed it in /home/pi/openFrameworks/addons/ofxSerial/libs/serial/src/impl/unix.cc.

#ifdef B256000

#ifdef B250000 //orgin was B256000 case 250000: baud = B250000; break; #endif
But that was not working. and Ive got SerialDevice::setup: IO Exception (95): Operation not supported, file /home/pi/openFrameworks/addons/ofxSerial/libs/serial/src/impl/unix.cc, line 332.`

I am wondering if baudrate is not supported in rpi3 b + or if there is a way to do it.
oFserial can make 250k. Is there any method?

Thanks, and sorry for lower question..

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

1 participant