Author |
Message |
Topic: please ICD2 driver USB |
TheBeginner
Replies: 6
Views: 38090
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Apr 24, 2007 9:18 am Subject: please ICD2 driver USB |
please help me!!!! |
Topic: please ICD2 driver USB |
TheBeginner
Replies: 6
Views: 38090
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Apr 23, 2007 2:48 pm Subject: please ICD2 driver USB |
yeah but there is nothing in that directory c:/...../driver
there is only some pictures and a webpage |
Topic: please ICD2 driver USB |
TheBeginner
Replies: 6
Views: 38090
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Apr 23, 2007 3:44 am Subject: please ICD2 driver USB |
please where can i find a driver for my ICD2 usb port?? |
Topic: help on function definition!!!! |
TheBeginner
Replies: 5
Views: 9132
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 4:46 am Subject: help on function definition!!!! |
thanks a lot for the effort you've made for me,y'es i've read that remark and i d'ont know if my compiler (pcwh ccs v.4.013) is compatible with their libraries???i've send them many mails but i'm stil ... |
Topic: help on function definition!!!! |
TheBeginner
Replies: 5
Views: 9132
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 3:18 am Subject: help on function definition!!!! |
please i'ne still having the problem "function used but not defined... init_mc104p"!!!how can i define this function ????you should know that i'me using the calmotion MC104P single card comp ... |
Topic: getting started with LCD!!!!! help |
TheBeginner
Replies: 8
Views: 9628
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 3:09 am Subject: getting started with LCD!!!!! help |
thank you so much man;you're so helpful!!!! |
Topic: help on function definition!!!! |
TheBeginner
Replies: 5
Views: 9132
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2007 8:29 am Subject: help on function definition!!!! |
i've this code for my project and when i compile i have the following error message :"Function used but not defined: ... init_mc104p" but as u can see i've define the function Mc104P????
... |
Topic: getting started with LCD!!!!! help |
TheBeginner
Replies: 8
Views: 9628
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2007 4:51 am Subject: getting started with LCD!!!!! help |
Different graphic LCDs use different control protocols.
If you're using a 128x64 pixel cheapo one using one of the standard interfaces, then I can give you code to drive it and simple examples.
... |
Topic: getting started with LCD!!!!! help |
TheBeginner
Replies: 8
Views: 9628
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2007 2:54 pm Subject: getting started with LCD!!!!! help |
hi everyone,i've done my first part of the project which is data acquisition and some math operation and i wanna thank each one who helped me there spicially PCM programmer!!!
1-i would lik ... |
Topic: SET_TRIS_ for 16F877 |
TheBeginner
Replies: 13
Views: 18331
|
Forum: General CCS C Discussion Posted: Thu Apr 12, 2007 4:02 pm Subject: SET_TRIS_ for 16F877 |
yeah PCM programmer is right,also if u wanna change the default mode you can do it by somethong like that
SET_TRIS_A(0xff) //all the A ports are input
SET_TRIS_A(0x0f) // A0,A1,A2,A3 are input a ... |
Topic: data acquisition with CCS,first topic help please |
TheBeginner
Replies: 13
Views: 11234
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 4:46 pm Subject: data acquisition with CCS,first topic help please |
sorry but what do you mean by adress
thanks |
Topic: data acquisition with CCS,first topic help please |
TheBeginner
Replies: 13
Views: 11234
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 3:03 pm Subject: data acquisition with CCS,first topic help please |
i'm not taking a average,i need the 256 a/d values from four chaneels to post them in a graphe (such as I=f(V) ),so i gotta to store them and after to post them by using an LCd
thanks very much for ... |
Topic: data acquisition with CCS,first topic help please |
TheBeginner
Replies: 13
Views: 11234
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 1:40 pm Subject: data acquisition with CCS,first topic help please |
Use a for(;;) loop to cycle through indexes of 0 to 255 in your arrays.
and after how can i refind my 256 values in the arrays |
Topic: data acquisition with CCS,first topic help please |
TheBeginner
Replies: 13
Views: 11234
|
Forum: General CCS C Discussion Posted: Tue Apr 10, 2007 4:17 pm Subject: data acquisition with CCS,first topic help please |
thanks a lot for your help man,but here if i do" int8 result0,result1 " i will have only one value for the" result0 and result1" ,i need to get 256 times the data from channel0 (fo ... |
Topic: data acquisition with CCS,first topic help please |
TheBeginner
Replies: 13
Views: 11234
|
Forum: General CCS C Discussion Posted: Tue Apr 10, 2007 2:46 pm Subject: data acquisition with CCS,first topic help please |
okey i've resolved my first question to buy the last version 4.013 which contains the pic18f8722
what about the second ???? |
|