??? 03/08/04 17:24 Read: times |
#66266 - RE: stepper motor control Responding to: ???'s previous message |
As far as my limited knowledge of 51 prog goes if you need accurate timing use assembly and a 12mhz crystal
send data to PC using at 2400 bps connectivity When you use the UART, DO NOT select crystal frequency 'for the processor' select it for the UART. For reliable communications use a "UART crystal" such as 11.0592MHz. Timing is equally accurate regardless of crystal frequency. Erik |