Modbus icon indicating copy to clipboard operation
Modbus copied to clipboard

Baudrate Failure

Open RIPHeisenberg opened this issue 1 year ago • 1 comments

Hi, Mazurel. I have been trying to use your modbus library for a RTU project. It seems like a nice implementation and it supports CMake which I appreciate. I have hocked the RTU Service up to a Osciloscope and your baudrates aren't working properly. It probably has something to do with the: cfsetospeed(&_termios, speed); cfsetispeed(&_termios, speed); functions in setBaudRate. I would solve it myself, but I'm not proficient with the Linux Api calls. Thanks for providing anyhow. Best regards

RIPHeisenberg avatar May 10 '23 08:05 RIPHeisenberg