I am totally new to the ARM7 micro controller. I am trying to program the controller to read two analog inputs and output the values on the serial line. I have written code that simulates with dprobe very well. When I run the code on the micro controller the computer that is receiving the data receives garbage. It looks as though the baud rate is off. I am using example code found within the Keil website for a 9600 output rate. Is there something I may be overlooking or something I can do to cause the output to be the same as the simulated output. I have verified the receiving machine is set to 9600.
It looks as though the baud rate is off. That would be my guess too, or another factor like stop bits or parity. Be sure your crystal speed is the same as the one your sample code was written for.