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 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..
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; #endifBut that was not working. and I
ve gotSerialDevice::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..