PDA

View Full Version : Data log to file by Ethernet



russellperry
- 2nd February 2014, 09:26
Are their any Serial > TCP/IP Ethernet Modules which can save a few lines oftext to a PC file?

I have a PIC data logging application which presently sends RS232 to a PC with a Delphi terminal which then saves to a file.

Could this be done with a PIC and a Serial > TCP/IP Ethernet Module?

Normnet
- 3rd February 2014, 08:16
russellperry

See PBPL and TCP/IP (http://www.picbasic.co.uk/forum/showthread.php?t=7321)


Norm

amgen
- 3rd February 2014, 13:57
russellperry,
could you use a serial to network module (there are many available) or serial to WIFI module for pic end, and program your Delphi code to use a network connection (localHost:PORT#) to 'listen' for data from there ?
don, amgen