for my next project i want to use an ir remote (home made) to control a small circuit which will be connected to the PC using usb
i have looked over a few ir libraries for adruino but i think they are an overkill for what i want - basically what i want is no more than 5 buttons on a home made remote sending some signals to the receiver
from what ive seen in the ir libraries the remote should send a set of bits but at different time intervals (someone please correct me if im wrong

)
how hard would it be to write some simple function one arduino to send the data and the other one to receive it and interpret it

?
any help its appreciated