A new project has arisen for me today, which I'm really interested in but essentially know nothing about!
I need to do a simple app that can talk via the PC ethernet port to a hardware device on an IP address. Most likely it will be on an intranet but it may need to be controlled over the internet.
The hardware will be a PIC with ethernet based unit, to control some IO lines, and read back some data.
I've googled some examples, but the ones I found that I can understand must be an earlier version of Delphi, as the sample code raised syntax errors, and used properties that my components seem not to possess.
Which type of TCP Client and server should I be using, from Indy palette or Internet one?
Until the hardware is designed, can I simulate it with another app on another PC on my intranet?
(Previously, for good 'ol serial comms stuff I could write an app to respond as if it was the hardware, put hardware app on com1 and control app on com2 and join the two serial ports together)
Any up to date code samples someone knows url of?
Steve (Delphi 2007 & XP)