Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sends the specified code using the IR blaster. The system currently supports two IR transmission protocols: "NEC" and "PHC" (Pronto Hex Code). This method returns True if the code was successfully transmitted, but there is no way to determine from BrightScript if the controlled device actually received it.

Pronto Hex

...

FormatĀ 
Anchor
pronto_hex_format
pronto_hex_format

Raw captures of Pronto Hex commands will likely not work with the inbuilt IR blaster, though they should work with Iguanaworks IR transceivers. This is a result of the trailing off periods, which are too long to be ecoded properly. Changing the off periods to all zeros ("0000") will fix this issue.

...