Send IR with cobra II

Hi all, can someone point me in the right direction to sending IR TV/RC signals using cobra II with or without pulseinout module?
Also how do I convert the IR_Receiver.IREventArgs into a byte array for sending? basically I want to capture signals from the irreceiver and store them for later use.

Like this? https://www.ghielectronics.com/community/creations/entry/3

Assuming that Cobra II supports GHI’s Premium libraries, which I think it does, Gus is correct that you should be able to use my IR LED Array module.

The driver for the module is very basic, so you would need to do the work of either capturing the desired IR commands as an array of hints representing the lengths of the pulses, or creating the array in code, and then pass that to the Send command exposed by the driver.

Contact me via the creation page if you’d like more info.