Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | How to declare a software UART in the MPLAB compiler?

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.

How to declare a software UART in the MPLAB compiler? - Nick Alexeev - Feb 15 20:10:00 2005


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





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: How to declare a software UART in the MPLAB compiler? - Harold Hallikainen - Feb 16 13:33:00 2005

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





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )