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 |

How to declare a software UART in the MPLAB compiler?
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 |
