Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pic18f27q10
#5
Hi 

Now i can able to make uart OK with 9600 baud rate
I changed only the formula of baud rate

ifndef USE_BRG16
#define UBRG  (((OSCF / BAUDRATE) / 64) - 1)         
else
#define UBRG ( (((OSCF / BAUDRATE) / 8) - 1) / 2 ) ;baudrate
endif


Thanks
 R Sridhar


Attached Files
.zip   v1 only OK while.zip (Size: 97.24 KB / Downloads: 4)
Reply


Messages In This Thread
pic18f27q10 - by sridhar - 2020-06-10, 05:03:18
RE: pic18f27q10 - by sridhar - 2020-06-10, 05:52:22
RE: pic18f27q10 - by sridhar - 2020-06-10, 13:16:22
RE: pic18f27q10 - by sridhar - 2020-06-12, 08:50:36
RE: pic18f27q10 - by sridhar - 2020-06-16, 13:50:37
RE: pic18f27q10 - by sridhar - 2020-06-17, 11:48:46

Forum Jump:


Users browsing this thread: 1 Guest(s)