dresden-elektronik / deconz-serial-protocol

deCONZ Serial Protocol
7 stars 2 forks source link

Serial port settings for RaspBee.. #14

Closed pwielders closed 2 years ago

pwielders commented 2 years ago

I currently have a C++ implementation of the SerialProtocol implemented for Windows/Linux and it is working fine with the ConBee (Serial over USB). Now I wanted to switch to the Raspbee (Serial on the RASPBERRYPi) but looks like it is not reporting in. I assume the protocols are the same. I can not clearly find the parameters that I need to use. Assumption is 38400, No parity, 8 databits, 1 stopbit. Serial terminal programmed as raw.

Is this correct?

Adminiuga commented 2 years ago

It is exactly the same settings. 38400 no flow control. But make sure your serial port is enabled on GPIO pins. Make sure deCONZ runs with it.

pwielders commented 2 years ago

All working but will raise a new issue ;-) Thansk for the support sofar.