Author |
Message |
Topic: Data Stream decoding |
dave
Replies: 1
Views: 4568
|
Forum: General CCS C Discussion Posted: Fri Apr 29, 2005 2:54 am Subject: Data Stream decoding |
Hello folks hope you are all well,
If I wanted to send three elements of data, say two temperature readings and a another value from one pic to another via an RS232 CRC packet data system. Could thi ... |
Topic: Switch debouncing |
dave
Replies: 25
Views: 56670
|
Forum: General CCS C Discussion Posted: Sun Mar 06, 2005 1:20 am Subject: The worlds gone mad |
This means then that any instrument that has employed double clicking to enable software functions will have to be withdrawn, wonder how many airlines will be sued by MS.......
Dave |
Topic: Compiler functions. |
dave
Replies: 2
Views: 6439
|
Forum: General CCS C Discussion Posted: Thu Jan 27, 2005 5:28 am Subject: Compiler functions. |
In the PICC_C help manual help file there are functions such as setup_power_pwm() etc, for which devices are these for, certainly not 18f452, a slightly puzzled Dave.
Compiler ver PCH and PCM ... |
Topic: MCP6S28/1/2/5/8 PGA code |
dave
Replies: 0
Views: 28296
|
Forum: Code Library Posted: Tue Dec 07, 2004 6:13 pm Subject: MCP6S28/1/2/5/8 PGA code |
MPLAB V7
PCH 3.213
Runs fine in sim not hardware tested it yet but will amend this thread when I have, hopefully by the end of the week.
//Driver file for Microchip 6s281/2/6/8 channel PGA amplif ... |
Topic: CCP Compare Interrupt Problem |
dave
Replies: 3
Views: 12328
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2004 10:52 pm Subject: CCP Compare Interrupt Problem |
MPLAB ver 6.62
PCM 3.212
Found a missing brace and invalid address range for your #org, code compiled and ran using MPLAB sim.
#include <16f877.h>
#fuses HS,NOWDT,NOPROTECT
//#device ... |
Topic: Convert integer to string |
dave
Replies: 2
Views: 14040
|
Forum: General CCS C Discussion Posted: Thu Oct 14, 2004 12:33 pm Subject: Convert integer to string |
Use the sprintf() function as described in the CCSC manual, as is pasted below.
SPRINTF()
Syntax:
sprintf(string, cstring, values...);
Parameters:
... |
Topic: Load cell amplifier IC required or a high resolution ADC |
dave
Replies: 10
Views: 15572
|
Forum: General CCS C Discussion Posted: Sat Oct 09, 2004 1:41 am Subject: Load cell bridges |
As you will probably know most load cell bridges are 350 ohm impedance, the usual standard for load cells is 2mV/volt, and most instrumentation has its own onboard 10 volt load cell bridge power suppl ... |
Topic: Old forum posts? and software filtering |
dave
Replies: 3
Views: 18629
|
Forum: General CCS C Discussion Posted: Sun Dec 21, 2003 3:41 am Subject: Old forum posts? and software filtering |
Have CCS now got rid of the old forum posts altogether??
I was searching for some older articles on software filtering I have a couple that Have been posted on here for mean and median filtering..
B ... |
|