That said, here's what I am seeing.
Similar errors appear when calling DefineCom for Com1.Compiler wrote:MainTask.bas:145: Warning(3): parameter 1 of OpenCom, Comm port 1 is not valid for target device "ZX24n"
These last two, I had assumed, should just be ignored by the compiler, as the hardware USART has to use the hardware Tx and Rx pins.MainTask.bas:144: Warning(3): parameter 1 of DefineCom, Comm port 1 is not valid for target device "ZX24n"
MainTask.bas:144: Warning(3): parameter 2 of DefineCom, pin 2 is not a valid I/O pin for target processor "ZX24n"
MainTask.bas:144: Warning(3): parameter 3 of DefineCom, pin 1 is not a valid I/O pin for target processor "ZX24n"
The same errors appear when compiling for VM devices, although, as I mentioned above, I've only tested this on the beta compiler.
I thought I understood the implementation requirements as stated in the library reference, but perhaps I've missed something simple again?
-Don