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.

Alternative to MonitorComms() for reading in raw TCP data


AHann May 2, 2018 05:50 AM

I am reading in some details from a server connection via a PPPOpen and TCPOpen over a serial connection.

As the serial port needs to be closed for this operation, the only way I can find to read in the TCP server connection details is to use MonitorComms() and search the string for the connect message.

This is probably overkill, and might be the source of some of the RTOS watchdog errors I'm getting.

Does anybody have a solution, similar to SerialIn() that I can utilise?

Thanks,

Ash

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