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