thearn/Python-Arduino-Command-API

Bluetooth

electronshic opened this issue · 1 comments

Hello!
What is a way to set serial I/O communication between the Arduino board and computer with Python-Arduino-Command-API?
Thanx

The README.md document in the repository shows how to set the COM/device for the board on the PC side. For the arduino side, anything that overrides RX/TX (such as a bluetooth or xbee controller) should work with this library.