View previous topic :: View next topic |
Author |
Message |
stefan0n
Joined: 08 Sep 2005 Posts: 2 Location: italy
|
soft uart interrupt |
Posted: Thu Sep 08, 2005 1:55 am |
|
|
Please, can someone tell if CCS library support interrupts on soft uarts on pic16F876 parts? Can I write an #int_RDA function to get rx chars from a software uart? thanks. _________________ regards, stefan0n |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
Re: soft uart interrupt |
Posted: Thu Sep 08, 2005 2:33 am |
|
|
stefan0n wrote: | Please, can someone tell if CCS library support interrupts on soft uarts on pic16F876 parts? Can I write an #int_RDA function to get rx chars from a software uart? thanks. |
No they do not. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Thu Sep 08, 2005 6:10 am |
|
|
It can be done using the RB0 input and int_ext. Lots of discussions about it in this forum over the years. A search should find lots of examples... |
|
|
stefan0n
Joined: 08 Sep 2005 Posts: 2 Location: italy
|
|
Posted: Thu Sep 08, 2005 6:34 am |
|
|
thank you. I've done better searches in the forum and found the referred answers, please excuse for the new membre question. _________________ regards, stefan0n |
|
|
|