Hello everybody
Thank you for your answers
I would like to know how to initialize the UART.
Here is how I have make but that does not work.
(19200bps,No parity,8 bits,and 1 stop bit)
TXSTA = $20 '//Transmission sur 8 bits, pas de parité, mode asynchrone
RCSTA = $90
SPBRG=25
Bookmarks