uni_student
Joined: 01 Aug 2007 Posts: 38 Location: AUckland, NEW ZEALAND
|
Hardware UART 18f452 |
Posted: Sun Oct 03, 2010 8:32 pm |
|
|
Hi,
This is fine
Code: | #use rs232(baud=57600, xmit=PIN_C6, rcv=PIN_C7, parity=N, bits=8, stream=GPS, ERRORS) |
This not working
Code: | #use rs232(baud=57600, UART1, parity=N, bits=8, stream=GPS, ERRORS) |
Why?
Thanx in advance for help! |
|