File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,16 @@ the **Port** label.
3636Can I use the XBee Python Library with modules in AT operating mode?
3737--------------------------------------------------------------------
3838
39- No, the XBee Python Library only supports **API ** and **API Escaped ** operating
39+ The XBee Python Library only supports **API ** and **API Escaped ** operating
4040modes.
4141
42+ If your devices are using a different operating mode, or even a different
43+ serial communication configuration (baud rate, stop bits, etc.), use
44+ `force_settings=True ` in the `open() ` method. This parameter tells the library
45+ to establish the provided serial settings and change the operating mode to
46+ **API ** to be able to work with connected XBee devices.
47+ See :ref: `openXBeeConnection `.
48+
4249
4350I get the Python error ``ImportError: No module named 'serial' ``
4451----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments