Author |
Message |
Topic: Hardware UART not opening after setup_uart(1) |
kpkale
Replies: 7
Views: 8753
|
Forum: General CCS C Discussion Posted: Tue Jun 22, 2010 2:47 am Subject: Hardware UART not opening after setup_uart(1) |
Hi
My problem is that I am using one software uart and one hardware uart. Serial interrupt only works with hardware uart and not with software uart. The other processing commands need to be accesse ... |
Topic: Hardware UART not opening after setup_uart(1) |
kpkale
Replies: 7
Views: 8753
|
Forum: General CCS C Discussion Posted: Sun Jun 20, 2010 12:07 am Subject: Hardware UART not opening after setup_uart(1) |
When the user presses a button to start the cycle, I have a loop for reading the barcode data on a UART.
After breaking from this loop, I process the string collected. That processing takes time. The ... |
Topic: Hardware UART not opening after setup_uart(1) |
kpkale
Replies: 7
Views: 8753
|
Forum: General CCS C Discussion Posted: Fri Jun 18, 2010 10:21 pm Subject: Hardware UART not opening after setup_uart(1) |
I have used Errors.
#fuses NOWDT, WDT128, H4, PROTECT, NOIESO, NOBROWNOUT, BORV43, STVREN // PUT,
#fuses DEBUG, NOLVP, NOWRT, NOWRTD, NOWRTB, NOWRTC, NOCPD, NOCPB, NOEBTR, NOEBTRB
#use delay ... |
Topic: Hardware UART not opening after setup_uart(1) |
kpkale
Replies: 7
Views: 8753
|
Forum: General CCS C Discussion Posted: Fri Jun 18, 2010 1:31 am Subject: Hardware UART not opening after setup_uart(1) |
I am using PIC18F4620 with 2 UART. One Hardware and other Software.
I am changing the Baudrate of the hardware UART at runtime using the set_uart_speed command.
I am required to connect a barcode ... |
|