We have a custom keyboard which sends a 3 byte sequence based on the value read from an analog to digital converter (ADC). The keyboard processor triggers the ADC to do a conversion and then builds a 3 byte sequence to send up the wire. The sequence starts with the "\" backslash key with the next two bytes having the ADC value. So while the first byte is always defined, the next two bytes will vary based on the value read from the ADC.
Is there a way to have KeyboardTest look for this 3 byte sequence and indicate that it did occur? I do not need to verify the ADC values, I am really more concerned that the sequence of 3 bytes was sent by the keyboard.
Thanks, Jim
Is there a way to have KeyboardTest look for this 3 byte sequence and indicate that it did occur? I do not need to verify the ADC values, I am really more concerned that the sequence of 3 bytes was sent by the keyboard.
Thanks, Jim
Comment