CompactCom M40 Host Application for Serial

I have the parallel version working for M30 modules but am having trouble with the serial version. I’ve modified the routine ABCC_SYS_SerSendReceive to transmit then test for received data. I am not sure what to do with the routine ABCC_SYS_SerRegDataReceived. Is this just used to indicate received data is available or process it as well?

Hi @mattcorcoran ,

Is this a new application? is this a new project for an M30?

ABCC_SYS_SerRegDataReceived is called when data is received to process the data in the specified buffer.