# HG changeset patch # User Daniel O'Connor # Date 1640061345 -37800 # Node ID 8b8efc343b0cbfe6ca61dabc6324333402b62b0f # Parent 3090d8bf424208cfcb03751a4758ed5545ca8efd Update comment about wiring althoug it's clear as mud.. diff -r 3090d8bf4242 -r 8b8efc343b0c epro.py --- a/epro.py Tue Dec 21 15:05:32 2021 +1030 +++ b/epro.py Tue Dec 21 15:05:45 2021 +1030 @@ -8,19 +8,23 @@ # View facing ePro from the back # +---+ -# +-| |-| +# +-+ +-+ # | | # | | # +-------+ -# 1 ... 6 +# 6 ... 1 # -# RJ12 plug (Jaycar cable colours) -# 1 white temp out -# 2 black temp in -# 3 red GND -# 4 green TX TTL (5V) -# 5 yellow RX TTL (5V) -# 6 blue VCC (12V) +# Solid Twisted Signal Actual twisted +# Colors Colours Name Colours +#--------------------------------------------------------- +# 1 Blue Wht/Grn VCC (VBatt) Grn +# 2 Yellow Wht/Org RX TTL (5V) Org +# 3 Green Blu TX TTL (5V) Wht/Blu +# 4 Red Wht/Blu GND Blu +# 5 Black Org Temp in Wht/Org +# 6 White Grn Temp out Wht/Grn +# +# Note sure what happened with the wiring.. # # 2400bps 8E1 # s = serial.Serial('/dev/cu.usbserial-AM01Z7TZ', 2400, parity='E')