Bluetooth
electronshic opened this issue · 1 comments
electronshic commented
Hello!
What is a way to set serial I/O communication between the Arduino board and computer with Python-Arduino-Command-API?
Thanx
thearn commented
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.