Page 1 of 1

SUART PIC18f2550

Posted: Sun Mar 30, 2008 11:30 am
by speed64
Hello, I has a question to the PIC 18f2550. can one at the port C4 and
c5 a serial interface operate.
SUART:
SetTX(PORTC.4) SetRX(PORTC.5)
SetBaudrate(sbr19200)
SetMode(umTrue)
While true UART.Read(Value) UART.Write(Value, 13, 10) turn