jasonhillier

Results 4 comments of jasonhillier

Coming from my firmware (v1.0.2) the data bits for read encoder are 6-bytes: In my code I parse it as a 32bit and 16bit signed integer: ``` revs = int.from_bytes(datab[0:4],...

I'm getting the same on MacOS 10.13.6 for version 1.86 Also tried older version 1.80, got: `failed MSpanList_Insert 0x46c1000 0xc6a7447b7e79 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x45c24eb) /usr/local/Cellar/go/1.4.1/libexec/src/runtime/panic.go:491 +0xad fp=0x7ffeefbff350...

Nevermind, it works with 1.96 release here: https://github.com/chilipeppr/serial-port-json-server/releases

hey I ran into this problem, you need to call the unblock AND enable commands: class Command(IntEnum): REQ_ENCODER = 0x30 REQ_PULSCNT = 0x33 CHKENABLED = 0x3A CHKBLOCKED = 0x3E MOVE...