smarmengol / Modbus-Master-Slave-for-Arduino

Modbus Master-Slave library for Arduino
GNU Lesser General Public License v2.1
473 stars 328 forks source link

how to setup Serial settings: parity, stop bits #44

Closed taiwansensor closed 4 years ago

taiwansensor commented 5 years ago

hello , i have a rs485 slave, it's need setup serial for 8N2 (Serial settings: parity, stop bits ) , how can i set it ?

smarmengol commented 5 years ago

Hello @taiwansensor , Your issue is explained here: http://arduino-experience.blogspot.com/2016/02/data-frame-settings-for-serial.html I hope this helps! Cheers