Hello,
I am getting Error-07 and Error-14 when polling an RS-232 Sensor on the C1(Tx)/C2(Rx) ports, using the following instruction:
SerialOpen (ComC1,115200,0,20,200).
1- what do these errors mean?
2- would increasing the Tx delay and changing the buffer size help with this? (size of incoming string is ~104 bytes)
3- is there a resource available that lists and explains all the error codes?
Thanks
anyone?
Hi XMPG,
May I ask were do you get these errors? During compiling or during runtime as programm errors in the status table?
Do you use the SerialOpen-instruction several times? Then probabely you should try SerialIn. With SerialOpen you only set up the port for the communication, but don't send or read anything. At least, like I understand those functions.
Regards, Chasper