Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

CR1000X - Error Codes


XMPG Oct 17, 2020 07:27 PM

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


XMPG Oct 19, 2020 01:52 PM

anyone?


Chasper B. Jan 8, 2021 03:56 PM

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

Log in or register to post/reply in the forum.