Author |
Message |
Topic: Load cell amplifier IC required or a high resolution ADC |
sar
Replies: 10
Views: 14464
|
Forum: General CCS C Discussion Posted: Wed Oct 06, 2004 11:23 am Subject: Load Cell |
Check out this page using INA125P instrumentation amplifier.
http://psas.pdx.edu/LoadCellAmp |
Topic: Measuring A Frequency |
sar
Replies: 4
Views: 7534
|
Forum: General CCS C Discussion Posted: Sat Aug 21, 2004 11:45 am Subject: Tachometer |
This example here;
http://www.vermontficks.org/dtachc.htm |
Topic: My Sony ir Sender Source code |
sar
Replies: 6
Views: 18235
|
Forum: General CCS C Discussion Posted: Sun Feb 29, 2004 6:36 pm Subject: Sony IR |
Try this site:
Analysis of data signals used by SONY remote controls
http://cgl.bu.edu/GC/shammi/ir/
This for the command reference:
http://www.undeadscientist. ... |
Topic: 16F873 AND RS-232 |
sar
Replies: 2
Views: 14483
|
Forum: General CCS C Discussion Posted: Sat Aug 02, 2003 12:46 pm Subject: Re: 16F873 AND RS-232 |
Hi For examples on internet try: http://www.vermontficks.org/pic.htm ___________________________ This message was ported from CCS's old forum Original Post ID: 144516607 |
Topic: MPLAB 6.30 - ICD2 - CCS 1.667 |
sar
Replies: 9
Views: 21276
|
Forum: General CCS C Discussion Posted: Thu Jul 10, 2003 11:58 am Subject: Re: MPLAB 6.30 - ICD2 - CCS 1.667 |
Check in Pcw IDE under Options > file formats > Debug file and make sure you check the appropriate option. In Mplab same thing make sure in; Projects > Build options > Project > Ccs C Compiler > debug ... |
Topic: 877 Newbie |
sar
Replies: 13
Views: 43015
|
Forum: General CCS C Discussion Posted: Fri May 30, 2003 9:52 am Subject: Re: 877 Newbie |
Thanks for setting me it straight R.J ___________________________ This message was ported from CCS's old forum Original Post ID: 144514887 |
Topic: 877 Newbie |
sar
Replies: 13
Views: 43015
|
Forum: General CCS C Discussion Posted: Fri May 30, 2003 9:28 am Subject: Re: 877 Newbie |
877 Newbie
First: (Led anode connected to Pic-Pin38 and cathode connected to 180 ohm res). 180 ohm resistor!!! to small!! you probably blew your port. Use at least a 330 ohm resistor to be safe. The ... |
Topic: PCWH Debugger - CPU Hogging |
sar
Replies: 9
Views: 31968
|
Forum: General CCS C Discussion Posted: Wed May 21, 2003 11:26 pm Subject: Re: PCWH Debugger - CPU Hogging |
John Just check while your in debugging mode with your target connected that ICD.exe isn't running at the same time the PCW debugger is. Check in Task manager (proccesses window). SAR _______________ ... |
Topic: PCWH Debugger - CPU Hogging |
sar
Replies: 9
Views: 31968
|
Forum: General CCS C Discussion Posted: Wed May 21, 2003 10:16 pm Subject: Re: PCWH Debugger - CPU Hogging |
John Use your Task manager and check to see if the ICD.exe is running while you are using the PCW debugger. ICD.exe will use 100\% cpu time. Check it yourself....run task manager. Then click the ICD ... |
Topic: PCWH Debugger - CPU Hogging |
sar
Replies: 9
Views: 31968
|
Forum: General CCS C Discussion Posted: Wed May 21, 2003 8:49 pm Subject: Re: PCWH Debugger - CPU Hogging |
John Always state your operating system when posting such a question. What is it? ___________________________ This message was ported from CCS's old forum Original Post ID: 144514652 |
Topic: ICD-U connection problems |
sar
Replies: 3
Views: 12470
|
Forum: General CCS C Discussion Posted: Fri May 02, 2003 8:02 pm Subject: Re: ICD-U connection problems |
Marco You should call CCS Tech support and have them help you. ___________________________ This message was ported from CCS's old forum Original Post ID: 14159 |
Topic: 20MHz ICD-S |
sar
Replies: 21
Views: 20001
|
Forum: General CCS C Discussion Posted: Wed Apr 30, 2003 9:08 pm Subject: Re: 20MHz ICD-S |
I found that the Icd-s with 20 mhz xtal works best as a debugger if my target pic is running at 20 mhz. If I use the 3.686 mhz xtal and my target pic is 4 mhz then it works ok too. When the Icd-s and ... |
Topic: 16F876A crash on serial comms |
sar
Replies: 7
Views: 29623
|
Forum: General CCS C Discussion Posted: Tue Apr 22, 2003 9:18 am Subject: Re: 16F876A crash on serial comms |
Nick These are the added defines for the 16F876A;
//////// Fuses: LP,XT,HS,RC,NOWDT,WDT,NOPUT,PUT,PROTECT,DEBUG,NODEBUG //////// Fuses: NOPROTECT,NOBROWNOUT,BROWNOUT,LVP,NOLVP,CPD,NOCPD,WRT,NOWRT /// ... |
Topic: 16F876A crash on serial comms |
sar
Replies: 7
Views: 29623
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2003 12:11 pm Subject: Re: 16F876A crash on serial comms |
:=I'm writing some software for the 16F876A, and having some rather unexpected results. Specifically, my software crashes and resets itself spontaneously. I'm using a bootloader to load the software, ... |
Topic: 16F876A crash on serial comms |
sar
Replies: 7
Views: 29623
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2003 12:10 pm Subject: Re: 16F876A crash on serial comms |
Nick Your include 16F876 statment should be include 16F876A you forgot the A if you are using an A version chip. In the devices folder there are two 16F876 files. ___________________________ This mess ... |
|