I'm trying to send three bytes from a PC running python to PICAXE using serrxd.
The python line is s.write(bytearray([0,1,2]))
PICAXE line is serrxd[150,PC_timeout_trap],b5,b6,b7
It works fine on an 18M2+, but on an 08M2+ the first two bytes are received OK, but the third byte is unreliable (sometimes right, sometimes not).
I've tried using another 08M2+ with the same result.
Any suggestions for a fix?
Jack Hale
The python line is s.write(bytearray([0,1,2]))
PICAXE line is serrxd[150,PC_timeout_trap],b5,b6,b7
It works fine on an 18M2+, but on an 08M2+ the first two bytes are received OK, but the third byte is unreliable (sometimes right, sometimes not).
I've tried using another 08M2+ with the same result.
Any suggestions for a fix?
Jack Hale