Author |
Message |
Topic: transfer waveforms into PC by Max232 |
alarassi
Replies: 1
Views: 3259
|
Forum: General CCS C Discussion Posted: Sat Apr 17, 2010 4:04 am Subject: transfer waveforms into PC by Max232 |
hello guy
I'm developing a GLCD oscilloscope project that I found online and I have done it successfully!
I want to transfer the data or waveforms into PC by using MAX232 but I have never used M ... |
Topic: GLCD oscilloscope |
alarassi
Replies: 2
Views: 6142
|
Forum: General CCS C Discussion Posted: Sun Apr 11, 2010 1:52 pm Subject: GLCD oscilloscope |
This is the full code for reference.
Hope I can find help.
#include <18F2550.h>
#device ADC=10
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN
#use delay(clock ... |
Topic: GLCD oscilloscope |
alarassi
Replies: 2
Views: 6142
|
Forum: General CCS C Discussion Posted: Sun Apr 11, 2010 1:50 pm Subject: GLCD oscilloscope |
hello guys
I'm doing a project of GLCD oscilloscope that I have found online.
http://www.semifluid.com/?p=15
The code was written in CCS and I found some difficulty to understand some parts of ... |
Topic: help with GLCD.C modification |
alarassi
Replies: 7
Views: 11032
|
Forum: General CCS C Discussion Posted: Tue Mar 30, 2010 3:30 am Subject: help with GLCD.C modification |
Thank you for your reply
After long search, I realized that it might be nothing wrong with the modification or the given files! I think what I have to do is to play with the delays in the GLCD.C s ... |
Topic: help with GLCD.C modification |
alarassi
Replies: 7
Views: 11032
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 11:16 pm Subject: help with GLCD.C modification |
Byte, and int8, are the same.
I'd suspect it was just his typing.
It has been declared as 'byte', right back to a 2001 version (just checked...).
However the file did change in 2005. The earlier ve ... |
Topic: help with GLCD.C modification |
alarassi
Replies: 7
Views: 11032
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 1:48 pm Subject: help with GLCD.C modification |
Maybe because some of us have a family life during the weekend !!!
Simply follow the instructions, you must create a new file called 'GLCD - modified.C' and btw you are not allowed to pos ... |
Topic: help with GLCD.C modification |
alarassi
Replies: 7
Views: 11032
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 9:27 am Subject: help with GLCD.C modification |
hello guys,
i'm really wondering why there's no any answer for my enquiry so far!!!
is it unclear or difficult or what!? i though it would be easy for some of u to help me since i'm still new in ... |
Topic: help with GLCD.C modification |
alarassi
Replies: 7
Views: 11032
|
Forum: General CCS C Discussion Posted: Sun Mar 28, 2010 8:24 am Subject: help with GLCD.C modification |
hello guys
I'm new here and really need your help!
I'm developing a GLCD oscilloscope project that's been found online (http://www.semifluid.com/?p=15)
I have finished the hardware part and mad ... |
|