R Thread Starter Rufino Nov 1, 2006 #1 In a PLC Premium with a PCMCIA port rs232 configured as character mode, can be sent character 00? What solution I can adopt?
In a PLC Premium with a PCMCIA port rs232 configured as character mode, can be sent character 00? What solution I can adopt?
A Andrzej Nov 2, 2006 #2 Hi, You can use the print_char function for example: PRINT_CHAR(ADR#0.1.SYS,%MB3100:13,%MW640:4); in the second parameter (%MB3100:13) you can put any binary data you want to send. Regards Andrzej www.modbus.pl
Hi, You can use the print_char function for example: PRINT_CHAR(ADR#0.1.SYS,%MB3100:13,%MW640:4); in the second parameter (%MB3100:13) you can put any binary data you want to send. Regards Andrzej www.modbus.pl