Sending and receiving hex on HD410
Hello: I am using a HD-8x8 board from HMS Electronics. I have 6 pushbuttons connected to the inputs, and 6 LED's connected to the outputs. The hardware tests out fine. The problem I am having deals with the fact that the HMS board doesn't speak ASCII. For example, when button #1 is pressed, it sends out <h01>, button 2 sends <h02> button 3 sends <h04>, button 4 sends <h08> etc. To turn on the outputs, the same hex data must be sent e.g. sending <h01> turns on output 1, <h10> (decimal 16) turns on output 5. So, I need to find a way of getting a HD410 to send the hex values to turn on the lights, while at the same time receiving hex bytes to control the playing of the videos. Any suggestions would be much appreciated. Thanks again,