Hi All,
I need to write an application that picks up data from SQL server and sends it to Electronic Display Boards like this one http://www.htsgroup.com/application.php?apID=20.
My understanding is that I need to send HEX data to the IP address of a converter box which then controls the display board (ie this type of HEX string 0x02 0x01 0x0C 0x48 etc).
I guess I would be using TCPClient, but how is this done? Can this be used with HEX?
If anyone can point me in the right direction that would be most appreciated. Thanks!!
I need to write an application that picks up data from SQL server and sends it to Electronic Display Boards like this one http://www.htsgroup.com/application.php?apID=20.
My understanding is that I need to send HEX data to the IP address of a converter box which then controls the display board (ie this type of HEX string 0x02 0x01 0x0C 0x48 etc).
I guess I would be using TCPClient, but how is this done? Can this be used with HEX?
If anyone can point me in the right direction that would be most appreciated. Thanks!!