Hi dalecosp,
Thanks for the questions. Will try my best to provide more info.
The device that will be connected to the LAN is a
http://www.lantronix.com/device-networking/external-device-servers/uds1100.html
I went through the documentation and it says:
"...creates a fully transparent serial connection to existing PC-based software applications—making it possible to remotely connect to equipment already in the field as if it were connected to a local PC serial port.
• Protocols: ARP, UDP, TCP, ICMP, Telnet, TFTP, AutoIP, DHCP, HTTP, SNMP TCP, UDP, and Telnet, TFTP, RFC2217 "
So it is possible to Telnet in to the assigned IP😛ORT number to see the data output.
Then I want to connect a Temperature sensor on to the RS232 Serial Port end at 300 baud 8,N,1.
So there is no need for a PC in the equation and I hope to create a web page/PHP script that runs on the NAS Web Server (on the same LAN) that can display the temperature from the sensor in real time.
I have had a look at the socket function you recommended and because I don't know PHP I can't say for sure if it will accept sockets.
If it is possible to get a socket connection, is it realistic to expect to get the data on to a web page?
I know I will need to learn PHP, but I have never really programmed before and wanted to find out if I have a chance of getting this to work. Not sure about how much skill is required...
Thanks for your assistance!