Author |
Message |
Topic: 2 serial rs-232 port at the same time |
Maverick72
Replies: 5
Views: 8758
|
Forum: General CCS C Discussion Posted: Thu Feb 09, 2006 1:54 pm Subject: 2 serial rs-232 port at the same time |
Forgot to say that i configured those pin for the software UART |
Topic: 2 serial rs-232 port at the same time |
Maverick72
Replies: 5
Views: 8758
|
Forum: General CCS C Discussion Posted: Thu Feb 09, 2006 1:53 pm Subject: 2 serial rs-232 port at the same time |
Thank's
I already figured it out yesterday. At first I tried with the RX pin on port A and the TX pin on port B. Could that have been the reason why it didn't work ? |
Topic: 2 serial rs-232 port at the same time |
Maverick72
Replies: 5
Views: 8758
|
Forum: General CCS C Discussion Posted: Wed Feb 08, 2006 8:45 am Subject: 2 serial rs-232 port at the same time |
I forgot to say that the hardware USART connects to PC trough a MAX232 |
Topic: 2 serial rs-232 port at the same time |
Maverick72
Replies: 5
Views: 8758
|
Forum: General CCS C Discussion Posted: Wed Feb 08, 2006 8:44 am Subject: 2 serial rs-232 port at the same time |
Hi,
I'm using a PIC18F1320 in my design and want to use Hardware and software USART at the same time. The hardware USART is connected to a PC and the Software USART is connected to a Dallas one wir ... |
Topic: Having a RS485 and RS232 port on a PIC18F1320 |
Maverick72
Replies: 1
Views: 4667
|
Forum: General CCS C Discussion Posted: Wed Feb 01, 2006 3:03 pm Subject: Having a RS485 and RS232 port on a PIC18F1320 |
Hi,
I'm trying to setup two serial ports on my chip. I already use the PIC USART module, but can't seem to be able to use the
#use rs232(baud=9600,xmit=PIN_DALLAS_TX,rcv=PIN_DALLAS_RX,stream=DA ... |
|