Author |
Message |
Topic: String to int16 value |
rrb011270
Replies: 7
Views: 12301
|
Forum: General CCS C Discussion Posted: Thu Dec 23, 2004 4:54 pm Subject: Re: String to int16 value |
try search this forum...
anyway, try this link http://ccsinfo.com/forum/viewtopic.php?t=20726&highlight=ascii2int8&sid=9523d7ad9a07bc8f0ee078dd9d605259
hope this helps.
:::::::::::::: ... |
Topic: how to convert char to int8? |
rrb011270
Replies: 10
Views: 19263
|
Forum: General CCS C Discussion Posted: Sat Nov 06, 2004 9:50 am Subject: how to convert char to int8? |
Try visit this link from this forum... maybe this can help.
http://www.ccsinfo.com/forum/viewtopic.php?p=33964#33964 |
Topic: ASCII Number to Integer or Long Integer or Hex Number |
rrb011270
Replies: 2
Views: 10831
|
Forum: General CCS C Discussion Posted: Fri Oct 15, 2004 7:52 am Subject: ASCII Number to Integer or Long Integer or Hex Number |
Hello der,
The code snippet in this topic will convert an ASCII number serial stream into an interger, or long integer or a Hex formatted number.
// convert ascii number string to integer nu ... |
Topic: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
rrb011270
Replies: 4
Views: 12869
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2004 4:57 am Subject: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
But the ICD-S and/or ICD-U40 that we have only support for the PIC16 and PIC18?
What are you basing that comment on? According to CCS website ICD supports your chip. So you shouldn't need any fir ... |
Topic: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
rrb011270
Replies: 4
Views: 12869
|
Forum: General CCS C Discussion Posted: Sun Apr 04, 2004 10:32 pm Subject: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
According to this list:
http://www.ccsinfo.com/icddevices.shtml
CCS ICD supports PIC12F629.
But the ICD-S and/or ICD-U40 that we have only support for the PIC16 and PIC18?
Where can I get a ... |
Topic: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
rrb011270
Replies: 4
Views: 12869
|
Forum: General CCS C Discussion Posted: Sun Apr 04, 2004 10:12 pm Subject: Does ICD-S/ICD-U40 Support PIC12F629 Programming |
Hello,
Does the ICD-S and/or ICD-U40 support for the PIC12F629 Programming?
What other option should be such that I can programme the PIC12F629?
Need your comments and suggestions.
Thnx |
Topic: The fastest way to compare two buffers? |
rrb011270
Replies: 6
Views: 16977
|
Forum: General CCS C Discussion Posted: Mon Mar 01, 2004 4:50 pm Subject: Re: Compare Buffers |
Assuming the two buffers are laid out identically the simplest way is to set pointers at the start of each one. Then set up a simple loop to increment and compare locations at each pointer directly u ... |
Topic: The fastest way to compare two buffers? |
rrb011270
Replies: 6
Views: 16977
|
Forum: General CCS C Discussion Posted: Mon Mar 01, 2004 4:33 pm Subject: The fastest way to compare two buffers? |
Hello,
Mabuhay!
Anyone from the community has an algorithm that compares two buffers (say Temp1[16] and Temp2[16])? I mean the fastest way to compare two buffers or arrays?
Need help..
Tha ... |
Topic: Need help on ADC Voltage Reference? |
rrb011270
Replies: 3
Views: 12457
|
Forum: General CCS C Discussion Posted: Wed Feb 18, 2004 10:29 pm Subject: Need help on ADC Voltage Reference? |
Mabuhay!
I need your help with my code below... I use an external reference for my ADC at AN3 of the PIC18F452 (pin #5). I attach a 5V power supply to AN3 that will act as a reference voltage for m ... |
Topic: #int_ad Help? |
rrb011270
Replies: 3
Views: 9162
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2004 8:13 am Subject: #int_ad Help? |
Thanx u for the immediate response...
I'll try this code tommorrow... coz its 11:00pm here in the Philippines...
May the force be with you... |
Topic: #int_ad Help? |
rrb011270
Replies: 3
Views: 9162
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2004 5:11 am Subject: #int_ad Help? |
Mabuhay!
I am using the #int-AD service routine of a PIC18F452 at 20MHz. I am using a variable power supply as my analog voltage input to replicate the changes in the analog input to the PIC ADC AN ... |
Topic: Keypad Implementation using A/D |
rrb011270
Replies: 12
Views: 27377
|
Forum: General CCS C Discussion Posted: Sat Feb 07, 2004 7:43 am Subject: Re: Keypad Implementation using A/D |
I calculated as below for 3x4 and 4x4 keypad but never tested.
Let us know if it really works.
best wishes.
Ref. see Tip #7 of this AP notes.
http://www.microchip.com/1010/pline/picmicro/cat ... |
Topic: Keypad Implementation using A/D |
rrb011270
Replies: 12
Views: 27377
|
Forum: General CCS C Discussion Posted: Sat Feb 07, 2004 7:19 am Subject: Re: simple implementation |
Hi,
if you want I will send you an Excel sheet which I used
for calculation of resistor values in ladder configuration.
The values were originally calculated for PIC with internal
comparator mod ... |
Topic: Keypad Implementation using A/D |
rrb011270
Replies: 12
Views: 27377
|
Forum: General CCS C Discussion Posted: Thu Feb 05, 2004 9:53 pm Subject: Keypad Implementation using A/D |
Mabuhay,
Anyone from the community who have done keypad implementation on a PIC using Analog-to-digital conversion?
Any info, materials and/or a sample snippet ...
Thank u. |
Topic: #int_buscol inquiry |
rrb011270
Replies: 1
Views: 10201
|
Forum: General CCS C Discussion Posted: Wed Feb 04, 2004 2:54 am Subject: #int_buscol inquiry |
Mabuhay!
Anyone from the community who can provide me with info regarding the #int_buscol for PIC18F452?
Thanx |
|