Author |
Message |
Topic: How to generate this string? |
zhiling0229
Replies: 2
Views: 5032
|
Forum: General CCS C Discussion Posted: Fri Oct 06, 2006 9:39 am Subject: How to generate this string? |
Hi guys,
I'm trying to implement a V-stamp speech synthesizer driver.
I required to generate the text, then followed by CR or NUL. Was wondering how can I terminate with CR or NUL. Here is my te ... |
Topic: Non-ascii data stream via RS232 communication problem? |
zhiling0229
Replies: 11
Views: 16384
|
Forum: General CCS C Discussion Posted: Fri Oct 06, 2006 4:25 am Subject: Non-ascii data stream via RS232 communication problem? |
Hi guys,
I just tested the programme. I used a advanced serial data logger to acquire the data. The problem is while sending the data I monitor the data logger. After the 2 second delay. the data l ... |
Topic: Non-ascii data stream via RS232 communication problem? |
zhiling0229
Replies: 11
Views: 16384
|
Forum: General CCS C Discussion Posted: Wed Oct 04, 2006 1:50 am Subject: Non-ascii data stream via RS232 communication problem? |
Thanks PCM programmer and asmallri you both have been a great help. |
Topic: Non-ascii data stream via RS232 communication problem? |
zhiling0229
Replies: 11
Views: 16384
|
Forum: General CCS C Discussion Posted: Wed Oct 04, 2006 1:07 am Subject: Non-ascii data stream via RS232 communication problem? |
Thanks guys,
Was wondering. PCM Programmer use Port C Pin 6 and 7. If I want to use Port A pin 2 and pin 3 is this the soruce code?
#include <16F877>
#fuses XT, NOWDT, NOPROTECT, BROWNO ... |
Topic: Non-ascii data stream via RS232 communication problem? |
zhiling0229
Replies: 11
Views: 16384
|
Forum: General CCS C Discussion Posted: Tue Oct 03, 2006 11:41 pm Subject: Non-ascii data stream via RS232 communication problem? |
Hi,
I'm new in serial communication. I wanted to write a serial test code before I intend to write my program. Here is the test code that I'm writting and I need some pointers. Thanks.
#include ... |
Topic: Can anyone please check my code? Is not working |
zhiling0229
Replies: 4
Views: 6292
|
Forum: General CCS C Discussion Posted: Sat Sep 23, 2006 12:02 am Subject: Can anyone please check my code? Is not working |
Sorry I didn't want to post the full code since it is very long. Here is the whole program code:
#include
#device *=16
#device adc=10
#use delay(clock=4000000)
#fuses XT, NOBROWNOUT, NOLVP, NO ... |
Topic: Can anyone please check my code? Is not working |
zhiling0229
Replies: 4
Views: 6292
|
Forum: General CCS C Discussion Posted: Fri Sep 22, 2006 5:17 am Subject: Can anyone please check my code? Is not working |
Hi guys,
I'm using PIC16F877A with CCS C compiler to develop my program. Initially I used portC and portD but I decided to change to portA and portB but after changing is not working? Can anyone p ... |
Topic: t6963c graphical lcd drivers |
zhiling0229
Replies: 23
Views: 226034
|
Forum: Code Library Posted: Tue Sep 19, 2006 8:06 pm Subject: t6963c graphical lcd drivers |
Hi newguy,
I'm sorry I'm a noob for T6963C controller. I thought I require to modify the code to clear the LCD which is bigger in size.
I'm new in using CCS C compiler so i have a few queries:
... |
Topic: t6963c graphical lcd drivers |
zhiling0229
Replies: 23
Views: 226034
|
Forum: Code Library Posted: Sat Sep 16, 2006 9:06 am Subject: t6963c graphical lcd drivers |
Hi guys,
I just tested the code and it works
But I'm using a 240x120 display
I was wondering what value should I change for 1FFF to clear all the ram value on the screen :
// Cl ... |
Topic: t6963c graphical lcd drivers |
zhiling0229
Replies: 23
Views: 226034
|
Forum: Code Library Posted: Thu Sep 14, 2006 9:52 am Subject: t6963c graphical lcd drivers |
hi,
just want to know if I'm using Port A.0 as C/D, A.1 as read, A.2 as write, A3 as reset and Port B as data bus, what instruction should i change?
I'm using 16f877a
Thanks |
|