Hi, I tried to comunicate through COM2 (UART RS232 interface) with a CR200.
I use Print() (to send data) and SerialInput(to receive data) instructions on my aplication.
But it's very dificult to analize the information that I receive and the compilator allows to invoke the SerialInput() instruction only once.
I saw that CR1000 has an extended instructions set, offering instructions like SerialOpen() or SerialOut().
The query is:
Can I upgrade the CR200 to get a extended instruction set?
Anybody knows an CR200 implementation related to serial communication?
Thanks in advance.