Author |
Message |
Topic: help for project & Proteus. |
Jo
Replies: 2
Views: 4090
|
Forum: General CCS C Discussion Posted: Wed Dec 02, 2009 8:19 am Subject: help for project & Proteus. |
Hello Gio
Can you indicate the full code of your project, enclosed some info
about the electric scheme ? I'm studying a similar project.
Thanks
Jo |
Topic: usart problem with gps |
Jo
Replies: 12
Views: 10913
|
Forum: General CCS C Discussion Posted: Wed Nov 25, 2009 9:35 am Subject: usart problem with gps |
Thanks picfreak
I will try as you say
Jo |
Topic: usart problem with gps |
Jo
Replies: 12
Views: 10913
|
Forum: General CCS C Discussion Posted: Thu Nov 19, 2009 3:18 pm Subject: usart problem with gps |
Hi picfreak
I read your topic about the link with RS232 towards the GPS.
I have a similar problem.
I want to connect PIC16F877a with a radio using "CAT" that works on RS232.
The PIC work ... |
Topic: Help extract string |
Jo
Replies: 7
Views: 13812
|
Forum: General CCS C Discussion Posted: Wed Oct 14, 2009 3:03 am Subject: Help extract string |
Hello,
Thanks to read this message.
For the extraction of strings I've tried this listing. I managed to extract a substring. I can not turn it into numbers.
Any help ?
#include <16F877.H>
... |
Topic: Help extract string |
Jo
Replies: 7
Views: 13812
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2009 4:12 pm Subject: substring from a string. |
Thanks PCM programmer,
Sorry but I did not understand how it can be adapted
my request. Sorry but I am new to programming
You may write me, please, a couple of lines?
Jo |
Topic: Help extract string |
Jo
Replies: 7
Views: 13812
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2009 12:29 pm Subject: Help extract string |
Hello,
I want extract one substring from a string.
char string [] = "FI000142350 123456789";
I would like to extract a substring such as providing the result "FI0001& ... |
|