Electronic Display Board

GeeTee

New member
Joined
Jun 23, 2008
Messages
1
Programming Experience
5-10
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!!
 
what do you mean "how can this be done?"

Read the spec and the help for the display board, find out what you have to do to drive it, then come and ask.. Dont jsut show up and say "well i guess I have to send some hex to an IP like 0x2a 0x5c can it be done?" because we'll only say "yes" - you havent been specific enough for us to provide code

Which isnt very helpful
 
Back
Top