You MUST connect the RX input to the AVR ICP pin which on an Arduino UNO is digital pin 8. The TX output can be any Arduino pin, but the LocoNet library defaults to digital pin 6 for TX ...
Derived from Arduino Loconet library. Main Python file is pyLoconet.py witch contain the base class for Loconet decode and manipolation. As the original Arduino lib version, it hereditate callbacks ...