Author |
Message |
Topic: Command line for dsPIC33F |
mihir
Replies: 0
Views: 1954
|
Forum: General CCS C Discussion Posted: Fri Feb 26, 2010 6:49 pm Subject: Command line for dsPIC33F |
Hello,
I am trying to use the command line compilation for the PCD compiler
with ccsc +FD filename.c and it compiles the code.
But if I use +EA or +EW it is supposed to show errors and warnings ... |
Topic: DSPIC33FJ128GP802 |
mihir
Replies: 2
Views: 5163
|
Forum: General CCS C Discussion Posted: Mon Nov 23, 2009 5:33 pm Subject: DSPIC33FJ128GP802 |
I checked the voltages on the TX pin on the controller I am getting 3.9V and 5V on the RX pin.
On the interface from MAX232 to DB9 I am getting negative 5V at the RX pin but getting a 0V at the TX ... |
Topic: DSPIC33FJ128GP802 |
mihir
Replies: 2
Views: 5163
|
Forum: General CCS C Discussion Posted: Sun Nov 22, 2009 5:27 am Subject: DSPIC33FJ128GP802 |
I am trying to setup RS232 for the DSPIC33FJ128GP802.
I am not able to do it.
I have tried the following options
#use rs232(baud=2400, XMIT=PIN_B8,RCV=PIN_B9,parity=N,bits=8)
also
#use rs23 ... |
|