jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
86 stars 60 forks source link

autobaud implementation not per spec. #46

Open ssozonoff opened 7 years ago

ssozonoff commented 7 years ago

Hi,

Not sure the autobaud method is implemented correctly. Per RN2438 commande reference you need to issue a break command before sending 0x55.

rn2483_lora_technology_module_command_reference_user_guide

I dont see the code holding the RX low for the required amount of time.

Thoughts ?