Author |
Message |
Topic: GPS MAPS with pic |
warriorfenix
Replies: 0
Views: 2528
|
Forum: General CCS C Discussion Posted: Tue Mar 02, 2010 3:31 pm Subject: GPS MAPS with pic |
Can I use a pic cartographic maps and track using GPS?
How would?
thanks |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Sun Jan 24, 2010 8:55 am Subject: HELP with GPS |
I think the problem is, that being the INT_RDA running, every time you create to get something out the serial port, for the execution of the program. I once tried to enter the IF cod_sen == 1, disable ... |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Thu Jan 21, 2010 1:16 am Subject: HELP with GPS |
El problema es qu antes el programa no funcionaba bien, por que no tenia las variables globales inicializadas a cero. una vez inicializadas, no tengo problema en la recepcion de caracteres. El problem ... |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Wed Jan 20, 2010 5:05 pm Subject: HELP with GPS |
I've managed to get good chains, was no problem either global variables initialized at the beginning of the program. The problem I have now is that I can not show good values in the lcd, the text disp ... |
Topic: KEYPAD + LCD |
warriorfenix
Replies: 23
Views: 28828
|
Forum: General CCS C Discussion Posted: Thu Dec 31, 2009 11:31 am Subject: KEYPAD + LCD |
I hope this code help you with your doubts, not exactly what you want but you will serve
#include <16f873a.h>
#include <lcd2.c>
#fuses XT, NOWDT
#use delay(clock=4000000)
cons ... |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Thu Dec 31, 2009 10:01 am Subject: HELP with GPS |
I made a simple program to send and receive with the serial port and the lcd, and it works, I added a putc (rxData) in the code, and forwards all data correctamnte. But I'm not on the LCD displays the ... |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Tue Dec 29, 2009 7:59 pm Subject: HELP with GPS |
I tried to set the WDT in various parts of the program
#int_rda
void serial_isr() {
char rxData;
char s[6];
//RESTART_WDT() ;
rxDATA=0x00;
if ... |
Topic: HELP with GPS |
warriorfenix
Replies: 16
Views: 15884
|
Forum: General CCS C Discussion Posted: Tue Dec 29, 2009 7:08 am Subject: HELP with GPS |
Hola estoy realizando un programa que interprete las cadenas de caracteres que envia el GPS, lo simulo con proteus y funciona correctamente, pero cuando lo quemo en el pic, no muestra nada en la lcd. ... |
|