PICAXE Code?
Another ques can I use the serout pin for the IRout command
Heres the Code:
for b1 = 1 to 10
irout B.1,1,5
pause 45
next b1

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
"All commercial remote controls repeat the signal every 45ms whilst the button is held down. Therefore when using the PICAXE system higher reliability may be gained by repeating the transmission (e.g. 10 times) within a for..next loop."
ALL Rev ed are saying if for good reliability - like commercial systems they suggest sending the pulse 10 times.
However 45ms is a very short time!
LINK> http://www.picaxe.com/BASIC-Commands/Digital-InputOutput/irout/
Scroll till the end of the page.