A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
Colleagues, I'm a big fan of CCS compiler, but for this project I have to use the MPLAB, becasue it support s Salvo OS. Here are my questions. - Is it possible to delare a Software UART in the MPLAB without a lot of coding? - Is there a good 3rd partty Software UART library? Nick |
|
Are you using the Microchip C18 (or C17) compiler? If so, include sw_uart.h in your code. That library includes the following functions: getcUART getsUART OpenUART putcUART putsUART ReadUART WriteUART Harold > > Colleagues, > > I'm a big fan of CCS compiler, but for this project I have to use > the MPLAB, becasue it support s Salvo OS. Here are my questions. > - Is it possible to delare a Software UART in the MPLAB without a > lot of coding? > - Is there a good 3rd partty Software UART library? > > Nick > -- FCC Rules Updated Daily at http://www.hallikainen.com |