You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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..
The text was updated successfully, but these errors were encountered:
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.
ofxSerial/libs/serial/src/impl/unix.cc
Line 266 in 7a02ff9
#ifdef B250000 //orgin was B256000 case 250000: baud = B250000; break; #endif
But that was not working. and I
ve 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..
The text was updated successfully, but these errors were encountered: