SUART PIC18f2550

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
speed64
Registered User
Registered User
Posts: 13
Joined: Mon Jul 09, 2007 10:45 am
Location: Germany Barßel

SUART PIC18f2550

Post by speed64 » Sun Mar 30, 2008 11:30 am

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

Post Reply