Python code samples? stupid question

um, I’ve looked all over the place on the website, where are some simple python code examples of how to make and XBee do something simple?

I can make them talk to each other with XCTU but I need some examples of python serial code to move forward.

Check this out: https://www.digi.com/resources/documentation/digidocs/PDFs/90002219.pdf

https://www.digi.com/support/productdetail?pid=5674&type=documentation

1 Like

This program prints Hello, world!

print(‘Hello, world!’)

Output

Hello, world!

Contact - https://www.tecocraft.co.uk/python-development/