I have a Tic T834 that I am communicating with using a USB to TTL converter. I am running both the control center and Pololu Serial Transmitter v1.3. My stepper motor moves fine when I use the Set Target functionality from Control Center.
I am not understanding what commands I should send from Serial Transmitter to accomplish the same thing. I assume a 5-byte command, 0xE0 followed by 4 data bytes. Maybe I’m not understanding the 7 bit data concept?
Could someone please show me the commands they would send to set the position from Serial Transmitter?
Now, my question is how to do a read of the device to get the current position. Shouldn’t I just send a single byte of 0xA1, and data should be transmitted back?
As described under the “Block read” header, you need to send at least three bytes to get data back from the Tic: command, offset, and length. You can see an example implementations of this in some of the “Writing PC software to control the Tic” sections (it sounds like you might have already found the Example serial code for Windows in C).