Author |
Message |
Topic: Error using strcmp() |
boham
Replies: 7
Views: 16151
|
Forum: General CCS C Discussion Posted: Wed Apr 09, 2008 11:02 am Subject: Error using strcmp() |
Allrighty... The code looks just to me but I think the direction I am going is not right.
The radio I am controling receives a command and replies with an OK status if everything is good.
I can ... |
Topic: Error using strcmp() |
boham
Replies: 7
Views: 16151
|
Forum: General CCS C Discussion Posted: Wed Apr 09, 2008 7:53 am Subject: Error using strcmp() |
No errors! Thank you very much. I'll see later on how it runs in the PIC |
Topic: Error using strcmp() |
boham
Replies: 7
Views: 16151
|
Forum: General CCS C Discussion Posted: Wed Apr 09, 2008 7:34 am Subject: Error using strcmp() |
I am having an error whenever I use the strcmp function. Any help would be appreciated.
#include <18F4520.h>
#fuses HS,NOLVP, NOWDT
#use delay(clock = 20000000)
#use rs232 ( ... |
Topic: ASCII from PIC |
boham
Replies: 5
Views: 5769
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2008 6:29 pm Subject: ASCII from PIC |
I'm not sure what you mean by level converters...
Here's what I'm playing with.
PIC18F4520
BlueRadios Class 1 Bluetooth module.
Please note, I am not trying to display on hyperterminal from ... |
Topic: ASCII from PIC |
boham
Replies: 5
Views: 5769
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2008 6:07 pm Subject: ASCII from PIC |
I have a radio that accepts ASCII as commands to do whatever I need to do with it. Using hyperterminal, it works great. When I tried to use a PIC to send a command, I get garbage on the hyperterminal ... |
|