Hello All:
My requirement are like this:
Client: Push data from my unit to a storage server over the internet.
Server: Listen to commands from the server.
Which means I need to have both TCP client and server concurrently. I was wondering if this is possible in a true concurrent manner?
If not possible, then I plan to keep the server open all the time listening for commands.
When its time for me to push data to the server, then I close the server and connect to the StorageServer like a client.
Are there any samples code for a host MCU using HL6528?
Regards,
Ravi