Author |
Message |
Topic: custom character number 8 not display on lcd |
armma
Replies: 5
Views: 14845
|
Forum: General CCS C Discussion Posted: Tue Sep 04, 2018 4:59 pm Subject: custom character number 8 not display on lcd |
The reason is simple. You can't send the 07 character with the standard lcd_putc. This is the ASCII '\a' character which is trapped by the driver. Add 8, and use 0xF for the character 7 (the CGRAM cha ... |
Topic: custom character number 8 not display on lcd |
armma
Replies: 5
Views: 14845
|
Forum: General CCS C Discussion Posted: Sun Sep 02, 2018 4:34 am Subject: custom character number 8 not display on lcd |
Hi,
I'm trying to display custom characters on 2 by 16 lcd.
I wrote a code to display 8 custom characters. All characters displayed on the lcd except char #8.
#include <18f4520.h>
# ... |
Topic: problem in receiving characters via gsm |
armma
Replies: 13
Views: 68173
|
Forum: General CCS C Discussion Posted: Sun May 01, 2016 7:18 am Subject: problem in receiving characters via gsm |
Thanks dyeatman,
I tried to write a program to receive the data using interrupt and the data received correctly
but when i tried to add the other lines in the program the problem appears -_- ... |
Topic: problem in receiving characters via gsm |
armma
Replies: 13
Views: 68173
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2016 5:33 pm Subject: problem in receiving characters via gsm |
Hi,
I have tried all your suggestions
What *exactly* does this mean? You were given many suggestions, so which ones did you implement?
We have to assume your hardware is incorrect until ... |
Topic: problem in receiving characters via gsm |
armma
Replies: 13
Views: 68173
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2016 1:56 pm Subject: problem in receiving characters via gsm |
Thanks All for your answers ...
I have tried all your suggestions and the problem still exist
the pic sends the commands correctly and the GSM responses correctly but the program stuck in check_c ... |
Topic: problem in receiving characters via gsm |
armma
Replies: 13
Views: 68173
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2016 6:46 am Subject: problem in receiving characters via gsm |
Hi,
Have you read all the previous GSM threads? If you have then you know the first thing we are going to ask is which GSM modem, and how have you interfaced it to the PIC? Post your schematic, and ... |
Topic: problem in receiving characters via gsm |
armma
Replies: 13
Views: 68173
|
Forum: General CCS C Discussion Posted: Sat Apr 30, 2016 6:04 am Subject: problem in receiving characters via gsm |
Hi ALL ,
In my project i want to use GSM ..
i wrote the code using the procedure in this thread
https://www.ccsinfo.com/forum/viewtopic.php?t=50390
my problem is when i typed the strings via ... |
|