Author |
Message |
Topic: GPS based RTCC |
Jannie Hamman
Replies: 0
Views: 25718
|
Forum: Code Library Posted: Thu Jul 28, 2011 3:08 am Subject: GPS based RTCC |
Attached herewith code for GPS based RTCC. Hope you enjoy...
/*
PIC Garmin GPS 25LVS - 18F4520
with local time zone correction
BR set to 9600bps and not standard 4800bps
... |
Topic: PCWHD 4.123 PCWWIZ.exe ? |
Jannie Hamman
Replies: 1
Views: 5369
|
Forum: General CCS C Discussion Posted: Thu Jul 28, 2011 12:00 am Subject: PCWWIZ |
Thanks to the CCS team for fixing the issue as mentioned in my post. Nobody replied, so it seems like I am the only one that had the problem!
Downloaded V4.124 and having joy again!
Thanks again ... |
Topic: PCWHD 4.123 PCWWIZ.exe ? |
Jannie Hamman
Replies: 1
Views: 5369
|
Forum: General CCS C Discussion Posted: Tue Jul 26, 2011 8:12 am Subject: PCWHD 4.123 PCWWIZ.exe ? |
Hi,
I get exception error when running the Project Wizard. This started after installing V4.123 and accompanying IDEUTILS updates.
Anybody else having the same problem?
Thanks,
Jannie. |
Topic: Communicating via UART at 3.3V levels with a 5V VCC? |
Jannie Hamman
Replies: 10
Views: 10996
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 2:13 am Subject: Obvious answer?! |
Run the PIC from 3V3. It works fine.... |
Topic: MANCHESTER |
Jannie Hamman
Replies: 1
Views: 4408
|
Forum: General CCS C Discussion Posted: Thu Sep 21, 2006 9:55 am Subject: Manchester code included |
Here is working code:
Enjoy...
//Encode a byte to Manchester code
long enman(int this){
long man;
int i,lob,hib;
#bit tbit=this.0
lob=man;
for(i=0;i<4;i++){
... |
Topic: Easiest way to setup communications? RS232? |
Jannie Hamman
Replies: 4
Views: 14221
|
Forum: General CCS C Discussion Posted: Wed Jan 28, 2004 12:15 am Subject: PIC to PIC comms |
Look at the help file of CCS PCW! All is explained there... |
|