PJON-python
PJON-python copied to clipboard
Pythonic interface to PJON communication protocol.
I can't understand is it possible to talk with Arduino board through serial port? I want to send command to Arduino and hadn't seen "received packet" in Python Python code....
I am planning to use the https://github.com/gioblu/PJON/blob/master/examples/ARDUINO/Local/EthernetTCP/SoftwareBitBangSurrogate/Surrogate/Surrogate.ino on an Arduino Yun (or ESP8266). On the "server side" I would like to be able to use PJON-python to access the Surrogate...
Greetings! GREAT python library with some great examples! Is it possible, that you could show a list, or schematic, of the connections that you used to test PJON-python on a...
On Windows and Raspberry PI PJON-python uses C++ client compiled from PJON sources to maintain compatibility with PJON protocol. The C++ client is compiled and provided with PJON-python for Win...
The stdout watchdog implemented in #4 references from the sub-process watchdog to its parent. The watchdog mechanism should be implemented completely in either of the two layers and not in...