Author |
Message |
Topic: usb_cdc_getc() returns 0 on PIC18F2450 |
Gendrick
Replies: 2
Views: 5259
|
Forum: General CCS C Discussion Posted: Sat Jan 10, 2009 11:54 am Subject: VB code |
Hi capnmatt, where can I find a VB code for USB port with PIC, thanks , my email is [email protected] |
Topic: how to use visualinitialization() |
Gendrick
Replies: 1
Views: 3513
|
Forum: General CCS C Discussion Posted: Wed Jul 23, 2008 7:48 pm Subject: how to use visualinitialization() |
Hi, I`m use the DsPic 30F4013, and want to use the MPLAB Visual Initializer, but I don`t know how to use the code and in what place can I put it in the program. I want to transmit a serial data @ 4800 ... |
Topic: I need to know how put some chars in variables |
Gendrick
Replies: 8
Views: 8946
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 6:16 pm Subject: Thanks |
For your example I can take some part of the string, but i try to convert the string part to float with K = ATOF(Dato) but K is empty.....Thank for all |
Topic: I need to know how put some chars in variables |
Gendrick
Replies: 8
Views: 8946
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 4:44 pm Subject: I need to know how put some chars in variables |
Thanks the problems is that the string is : 234.45, 8163.4, 957.342, 741.96, .........and i want to get every one, example K= 234.45 , M= 8163.4
x= 957.342 ...... Can you help me... |
Topic: I need to know how put some chars in variables |
Gendrick
Replies: 8
Views: 8946
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 3:34 pm Subject: I realy need to get a string |
I want to get a string that coming over the RS232 and then take each value, like 234.45, 543.75, ........ I need to take the 234.45 in one variable
Thanks |
Topic: I need to know how put some chars in variables |
Gendrick
Replies: 8
Views: 8946
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 3:24 pm Subject: Thanks PCM |
Thank PCM, there are one problem, i need that the variable are empty, no : char Dato[20]= {"ABC"};
When i use only : char Dato[20];
Appear two chart like this @@ and a face, can you tel ... |
Topic: I need to know how put some chars in variables |
Gendrick
Replies: 8
Views: 8946
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 2:00 pm Subject: I need to know how put some chars in variables |
I´m try to use this code
strcat(Dato, Entrada[3]); //la mes escribio con 3 y 4
strcat(Dato, Entrada[4]);
strcat(Dato, Entrada[2]);
But no work fine ... |
Topic: Unir caracteres en una variable |
Gendrick
Replies: 1
Views: 6075
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 10:32 am Subject: Unir caracteres en una variable |
Quisiera que me ayudaran a introducir en la
variable Dato
los caracteres de alguna de las palabra que
componen la oración, GRACIAS
#include <16f876A.h>
#fuses NOPROTECT,NOCPD,NOLV ... |
|