Thanks
Code: Select all
import serial
ser = serial.Serial(....)
ser.write(chr(0xff)+chr(0xf2)+chr(0x92)+chr(0x92)+chr(0x93)+chr(0x03)+chr(0xad)+chr(0xad))
Perhaps post a link to the control box and its documentation, the Python settings used when opening the serial port, and a circuit of your hardware interface.