Author |
Message |
Topic: Need help with RX on 16F887 |
trentonite
Replies: 7
Views: 8724
|
Forum: General CCS C Discussion Posted: Sat Nov 06, 2010 10:18 pm Subject: Need help with RX on 16F887 |
Yeah still no such luck. I included errors, but received a warning that it was never used, so I doubt that was it. Also, after hooking up the tx/rx to the uart on pickit2 its still reading absolutel ... |
Topic: Need help with RX on 16F887 |
trentonite
Replies: 7
Views: 8724
|
Forum: General CCS C Discussion Posted: Thu Nov 04, 2010 4:22 pm Subject: Need help with RX on 16F887 |
I'm using this setup
#use delay(clock=4000000)
#use rs232(stream=wireless,baud=19200,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8,STOP=1)
I'll try throwing errors at the end to see ... |
Topic: Need help with RX on 16F887 |
trentonite
Replies: 7
Views: 8724
|
Forum: General CCS C Discussion Posted: Wed Nov 03, 2010 3:28 pm Subject: Need help with RX on 16F887 |
The pic I'm using is a 16F887. The code is for a remote control for a project that is hooked up to an LCD screen (4x20). What I'm having trouble with is receiving a packet that is being sent back to ... |
Topic: Setting up CCS with PICKit2 |
trentonite
Replies: 13
Views: 24059
|
Forum: General CCS C Discussion Posted: Thu Apr 08, 2010 3:27 pm Subject: Setting up CCS with PICKit2 |
hrm.....haven't tried that out yet, but it seems like what Mark was saying is that when he hits compile in CCS it updates the chip, not doing so through pk2kit program. |
Topic: Setting up CCS with PICKit2 |
trentonite
Replies: 13
Views: 24059
|
Forum: General CCS C Discussion Posted: Wed Apr 07, 2010 10:53 pm Subject: Setting up CCS with PICKit2 |
that is exactly what i am trying to set up to do. are you using the pk2cmd prog to do that, or do you have something else set up?
i've tried the cmd thing and it keeps saying the .dat file isn't ... |
Topic: Setting up CCS with PICKit2 |
trentonite
Replies: 13
Views: 24059
|
Forum: General CCS C Discussion Posted: Wed Apr 07, 2010 8:07 am Subject: Setting up CCS with PICKit2 |
Yeah I've already done that and it worked fine, I guess what I'm trying to do is compile straight through CCS to the chip using the pickit2, similar to mplab. It works through mplab, but I'm not a fa ... |
Topic: Setting up CCS with PICKit2 |
trentonite
Replies: 13
Views: 24059
|
Forum: General CCS C Discussion Posted: Tue Apr 06, 2010 3:24 pm Subject: Setting up CCS with PICKit2 |
I've trolled the forums for a while and found one option, tried it, and failed. Does anybody have any idea on how to set up CCS to work with PICKit2?
With the method I've tried (using the cmdlin ... |
|