Triggering from serial
I have need to trigger a HD810 from a serial device. The device has a large number of button inputs, and spits serial out when a button is pressed. For example, pressing a button will cause it to spit a single character such as T. The problem is that there is no carriage return after the character......only the single character. How can I get the brightsign to trigger from this if there is no '0x0D' terminator in the string?? Would this require a custom script or can it be done from Bright author?