Topic: Third party serial control
Hi
I try to control third party equipment via serial port (RS-232). Unfortunately the third party device needs to be addressed binary, means the command I have to send contains values like 0x00. The Comms Processor (fed by Live Python) does not compile those values and throws an invalid character exception.
Does anyone know a workaround for sending binary values via serial port?
Is there anything planned like a "Binary Comms Processor" in future?
Is it possible to integrate the PySerial module in order to write directly to the serial port?
Thanks for ideas.
Regards Roman