Author |
Message |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Thu Mar 16, 2006 4:11 am Subject: Problem reading RS232 |
Thank you for taking the time to explain things to me. It has never been my intention to make a fuss here, as I have high regards for everyone in this forum. I take constructive criticisms in my strid ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2006 11:52 pm Subject: Problem reading RS232 |
It's true that you supplied a sample code. But note that i wasn't using your codes at all. Secondly, i did not blindly take a program and chucked it into my project without understanding a single line ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Tue Mar 14, 2006 10:39 pm Subject: Problem reading RS232 |
Thanks for your suggestion. I'll certainly try it when i have the time. But now, my supervisor wants me to add a new feature in the program, which is to display the location in addition to the latitud ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Mon Mar 13, 2006 2:08 am Subject: Problem reading RS232 |
Hi,
I've added a few lines of codes to the program i posted last time n results have been encouraging. This is what i get to see on Hyperterminal.
Latitude:30
$GPGGA,
Longitude:,,,,0, ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Sat Mar 11, 2006 4:18 am Subject: Problem reading RS232 |
Thanks for all the help. I've been trying out new codes before logging into the forum and the results look quite promising. I'll probably just stick to those and try to improve on them step by step. A ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Fri Mar 10, 2006 1:42 am Subject: Problem reading RS232 |
Hi,
Below is a code that I modified from another CCS forum author, Kimi. It works for me but i'm hoping to improve on it.
#include <16F876A.h>
#use delay(clock=20000000)
#fuses ... |
Topic: Problem reading RS232 |
darkswarm
Replies: 17
Views: 25993
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2006 2:41 am Subject: Problem reading RS232 |
Hi,
i'm having almost the same problem as Kristofer. I'm using 16F876 to extract the latitude and longitude from my GPS receiver to be shown on Hyperterminal.
Eliberg, I use a function similar t ... |
|