Electronics > Projects, Designs, and Technical Stuff
Understanding Xport
Gandalf_Sr:
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
2N3055:
Whole point of Xport is to be transparent ethernet/serial gateway.
You setup connection and than you speak serial end to end....
On windows you can install virtual serial port that speaks with xport...
You can also make telnet to serial link..
It is not ethernet /tcp/ip module...
Gandalf_Sr:
Will the Xport Pro do what I need or do you think it is simply a case of Xport + software/driver at each end?
2N3055:
Pro is same with richer management and security on ethernet side and MODBUS..
You either have end to end two Xport connected with ethernet and get virtual serial cable or you have one side Xport and driver on Windows that works same as would usb/serial cable...
Xport serial is TTL so you need MAX232 type chip (RS232 transciever)to be RS232. RS485 is also supported.
Gribo:
You can implement ZModem protocol on the PSOC. This will allow you to send files over the serial link.
Navigation
[0] Message Index
[#] Next page
Go to full version