winteriscoming
Champion
Good news on WMMT. I double checked my wiring and plugged into the completely wrong header...
What I was receiving looked a little bit better, but didn't seem to be correct because I wasn't seeing what I expected from the end command 03 followed by a meaningful CRC. I messed around with configurations and found that in order for me to read the commands correctly, I had to changebytesize parity:
ID3 is: 9600bps 8E1 (8 data bits, even parity, 1 stop bit)
WMMT is: 9600bps 7E1 (7 data bits, even parity, 1 stop bit)
EDIT:
WMMT is likely: 9600bps 8N1 (8 data bits, no parity, 1 stop bit)
I would guess those DIP switches on the ID3 reader could be configured accordingly, but other than the DOC manual page that MetalliC linked to earlier, I'm not finding any specific documentation on what these switches do. Until that is figured out, I can't verify whether or not this reader would be compatible.
The other thing is that while the protocol may be the same, the exact commands aren't the same as ID3, so my current script can't handle it. I'd have to change up the way I'm reading in what WMMT sends.
What I was receiving looked a little bit better, but didn't seem to be correct because I wasn't seeing what I expected from the end command 03 followed by a meaningful CRC. I messed around with configurations and found that in order for me to read the commands correctly, I had to change
ID3 is: 9600bps 8E1 (8 data bits, even parity, 1 stop bit)
EDIT:
WMMT is likely: 9600bps 8N1 (8 data bits, no parity, 1 stop bit)
I would guess those DIP switches on the ID3 reader could be configured accordingly, but other than the DOC manual page that MetalliC linked to earlier, I'm not finding any specific documentation on what these switches do. Until that is figured out, I can't verify whether or not this reader would be compatible.
The other thing is that while the protocol may be the same, the exact commands aren't the same as ID3, so my current script can't handle it. I'd have to change up the way I'm reading in what WMMT sends.
Last edited: