??? 08/02/11 17:40 Read: times |
#183150 - No I/O or No Timing Responding to: ???'s previous message |
I don't think that the program that you posted would ever be successful as written. If you truly mean to try to "bit-bang' serial transmission to the PC you have to somehow modulate some I/O pin to act as the TxD pin out of the microcontroller. Your program shows no such I/O support. Timing of asynchrounous serial data has to be done at some normal baud rate within a tolerance of about +/- 2% or less. Your program as no apparent provision for bit by bit timing. So you should be fully expectant that the program will fail.
Michael Karas |