Hi - I'm trying to trigger videos using an HID-emulating RFID reader connected to a LS423.
In BrightAuthor, I can use USB events to trigger based on receiving a string of characters, eg 8045e79ca714d81<cr>.
For various reasons I want to do the same in Brightscript and not use BrightAuthor. I've tried using a SequenceMatcher, per the examples in the manual, but I can't attach that to a roKeyboard object.
Line / Code:
59: if not kb.SetMatcher(matcher)
60: stop
61: end if
Error log:
[ 36.027] Script runtime error: Member function not found in BrightScript Component or interface. (runtime error &hf4) in SD:/autorun.brs(59)
Any clues?
Thanks in advance.
Dan