Skip to content

Changing Custom Baudrate #22

@kimyousuk

Description

@kimyousuk

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions