i use PIC18F4620 to control a robot. On my bot i have another pic (18f2620) and i use rda_int to receive command from the controller... from there, everything works perfectly. Now i try to send data b ...
I use wireless module to communicate with a pc, it use RS232. My electronic is perfect but i have a problem with my program. I use rda_isr() but i cannot read the receive buffer.