zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

Update README.md with port configuration and recommended baud rate ex… #106

Closed Gamester17 closed 4 years ago

Gamester17 commented 4 years ago

…ample

Update README.md with port configuration and recommended baud rate example.

As per https://github.com/zigpy/zigpy-xbee/issues/105 with text copied from https://github.com/zigpy/zigpy-cc/blob/master/README.md

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 305


Totals Coverage Status
Change from base Build 301: 0.0%
Covered Lines: 715
Relevant Lines: 717

💛 - Coveralls
Adminiuga commented 4 years ago

AFAIK default baudrate is 9600 -- ATBD3 for all XBee series. Using XCTU change the default baudrate to ATBD6 -- 57600 and set API communication mode ATAP2

Gamester17 commented 4 years ago

Ok