I have designed a project that has a PSoC 6 processor talking to an
Xport and I am looking for insight on how to send files over the link. I wrote all the PSoC 6 code in C so I have full control at my end, I also wired all the spare pins on the Xport to PSoC6 pins so I can implement flow control if required.
I can connect to the Xport over Ethernet from a PC running TeraTerm and send/receive serial data reliably using a TCP/IP connection. My project captures sensor data and stores it in flash(data sets can be up to 100k Bytes long) and now I want to set up a link with a remote machine that will interact with my project to request and then receive the data sets; the problem/gap in my understanding is how to 'talk' to the Xport in any other way than raw serial data.
The Xport Pro seems to have a command line interface (CLI) and maybe this is a way to go?
Maybe all I need to do is to pick some standard format and then install drivers at each end?
Can anyone advise me or point me to relevant documentation?
Thanks in advance