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

Discussion Groups

Discussion Groups | Piclist | #use rs232

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.

#use rs232 - sirtiffguy - Oct 2 17:23:00 2004



Hi,

I am trying to create a full hardware handshaking rs232 port with
cts and rts (dsr, dtr) lines... does the rs232 module include these
lines as extra lines like the enable function? Also, how do I find
out what all the parameters I am allowed to pass to the rs232
function? ie stream and enable?

I didn't know the rs232 function included extra parameters until i
looked at the rs485 example included with ccs pic c.

Thanks






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

Re: #use rs232 - Bennet Williams - Oct 4 14:09:00 2004


The parameters are detailed in the CCS C Compiler manual. It is
available online for free, so Read The Fine Manual.

I'm not an expert here, but I don't think the PIC USART supports
CTS/RTS/DSR/DTR, so you will have to implement that in software.

BRW

--- In , "sirtiffguy" <sirtiff@h...> wrote:
>
> Hi,
>
> I am trying to create a full hardware handshaking rs232 port with
> cts and rts (dsr, dtr) lines... does the rs232 module include these
> lines as extra lines like the enable function? Also, how do I find
> out what all the parameters I am allowed to pass to the rs232
> function? ie stream and enable?
>
> I didn't know the rs232 function included extra parameters until i
> looked at the rs485 example included with ccs pic c.
>
> Thanks





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