Hey guys I'm back...
I've been making progress with my python control module, but I'm really stuck on something...
Using PySerial I cannot send commands which change a motor variable like the micro step increment.
Using screen connected to /dev/ttyUSB0 I can send commands like:
>MS=5
and that works...with PySerial I send the same command with \r\n and I get an error, "illegal data entered".
I'm pretty stuck again...
I've been making progress with my python control module, but I'm really stuck on something...
Using PySerial I cannot send commands which change a motor variable like the micro step increment.
Using screen connected to /dev/ttyUSB0 I can send commands like:
>MS=5
and that works...with PySerial I send the same command with \r\n and I get an error, "illegal data entered".
I'm pretty stuck again...