Author |
Message |
Topic: Suggestions for migrating from 18F8390 to 18F83J90 |
PicFan
Replies: 2
Views: 4754
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2010 12:34 pm Subject: Suggestions for migrating from 18F8390 to 18F83J90 |
Superb advice, I don't know how I missed seeing that but it is exactly what I needed.
Thanks PCM !!! |
Topic: Suggestions for migrating from 18F8390 to 18F83J90 |
PicFan
Replies: 2
Views: 4754
|
Forum: General CCS C Discussion Posted: Tue Sep 21, 2010 8:54 am Subject: Suggestions for migrating from 18F8390 to 18F83J90 |
I've been handed a project to update that originally had an 18F8390 (supported by 3.249) but is now being constructed with an 18F83J90.
I haven't needed to update my compiler for some time now and ... |
Topic: rotate text in lcd display |
PicFan
Replies: 4
Views: 9073
|
Forum: General CCS C Discussion Posted: Wed Apr 09, 2008 9:44 am Subject: Re: rotate text in lcd display |
I think what you are asking is how to display more than 16 characters per line on a 2x16 character LCD? This type of display will store 40 chars per line but can only display 16 chars at any one time ... |
Topic: Creating an Excel file |
PicFan
Replies: 18
Views: 18250
|
Forum: General CCS C Discussion Posted: Thu Sep 06, 2007 5:12 pm Subject: sending PIC data to directly Excel |
pctprogrammer,
I think what you want to do can be accomplished by a freebie download from Parallax. In the past they had a freely available software product called Stamp-DAQ that would store 12 da ... |
Topic: Izzit true parallel port always output at windows startup? |
PicFan
Replies: 2
Views: 4082
|
Forum: General CCS C Discussion Posted: Wed May 30, 2007 7:37 am Subject: parallel port polling |
If you're referring to Windows XP interfering with parallel port devices by occasionally polling the port, then check out the link below. It has worked for me in the past.
Regards,
PicFan
Link ... |
Topic: FAT32 code for MultiMedia Cards |
PicFan
Replies: 66
Views: 547168
|
Forum: Code Library Posted: Fri Oct 06, 2006 3:04 pm Subject: RE: FAT32 code for MultiMedia Cards |
Tomi,
Thanks for posting the code, I'm having a little difficulty when compiling.
Can't seem to find two functions that are being called:
ResetPorts()
DoIdle()
Do these functions provid ... |
Topic: Reset and UART Problem. |
PicFan
Replies: 6
Views: 15065
|
Forum: General CCS C Discussion Posted: Thu Oct 28, 2004 4:58 pm Subject: Reset and UART Problem. |
How sure are you that the actual source of the reset is a "stack underflow"?
Are you testing the register or using the built-in function restart_cause() to allow you an opportunity to react to di ... |
Topic: What's a good software to design a circuit board? |
PicFan
Replies: 35
Views: 46522
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2004 10:48 am Subject: What's a good software to design a circuit board? |
A good place to start might be http://www.expresspcb.com/ExpressPCBHtm/Free_cad_software.htm
Good quality boards and free software to design them with, even includes schematic capture application.
... |
Topic: 16f876 and 16f876A |
PicFan
Replies: 2
Views: 9344
|
Forum: General CCS C Discussion Posted: Wed Jul 21, 2004 11:34 am Subject: 16f876 and 16f876A |
We have a commercial product that has been refined through extensive field testing that uses the PIC16F876-20I/SO. The non_A version of this chip is becoming relatively more expensive and it might ju ... |
Topic: rtl8019AS |
PicFan
Replies: 1
Views: 8566
|
Forum: General CCS C Discussion Posted: Tue Jun 01, 2004 7:06 am Subject: rtl8019AS |
Lots of good CCS/ethernet info at the following site:
http://www.edtp.com/ |
Topic: Pointer to Function - Important BUG |
PicFan
Replies: 4
Views: 16415
|
Forum: General CCS C Discussion Posted: Thu Jan 01, 2004 10:06 pm Subject: Pointer to Function - Important BUG |
From the FAQ...
How do I make a pointer to a function?
The compiler does not permit pointers to functions so that the compiler can know at compile time the complete call tree. This is used to ... |
|