When I connect USB-to-Serial cable to IRTX, IRRX, +5v, and GND, I am able to see that the signal is coming through via terminal.
[attachment=1]
[attachment=0]
So, as soon as I connect it, the "I" led stays always on, like it's in bootloader mode. (it's off when using the USB connection and blinks on data getting received). Does it have to be on or is there something wrong? It would be nice to have the same blinking led functionality when using serial and the IR signal is received. When I disconnect it and go back to USB cable, the led works as expected.
Then I try to paste this value into the event code to be sent. Trying to run/test the event will not even trigger the IRToy (led does not flash) (I have added the 03 and FFFF transmit codes).
So, there is probably not enough data in the code (compared to the size of the IRToyRecPlay's capture) to be sent as Code in EventGhost. I tried to copy all the HEX values from the BIN file and paste them, with and without transmit codes but no luck even activating the IR Toy from Test button in Action Item Settings of Event Ghost (see the attachment).
I looked at Timing Information Format on the website but I am not sure how to go from the BIN data that I have captured to configuring an event in EventGhost. Could someone give me a clue, please.