|
Re: User input via serial port
The Pic has a hardware buffer for the serial port. The interrupt is generated when data is received. Kevin Watson wrote a serial routine that should work for the vex controller. There might be some minor changes need. A software serial routine will not work for the VEX or FRC because of the Timer 0 interrupt.
|