How to replace HC-06(bluetooth module) to IR Remote

I made a circuit with HC-06 and now, I wanna control that circuit with IR Remote.
Let me know how can I correspond HC-06's tx, rx pin to IR Remote's signal pin

IR is unidirectional and bitwise. Use the IRremote library and a IR LED for sending and a IR remote receiver for receiving commands.