PaulS:
You are using software serial on two pins that are not the hardware serial pins. That implies that the hardware serial pins are available for debugging. Why aren't you using them for that?
Hi Paul,
Thanks for the fast response.
The hardware serial pins are already used by the UnoJoy to communicate with my computer.
When flashed, arduino acts as a game controller. So i had to use the software serial instead.
I had try to read the data using the comm monitor before i flashed the arduino using UnoJoy, and everything looks OK.
My remote control sends the correct data, and the receiver (from which i use the comm monitor), read it perfectly.
Oh, btw, here's link to UnoJoy project: code.google.com/p/unojoy/?