Author |
Message |
Topic: MDB protocol |
Gabriel Caffese
Replies: 1
Views: 4358
|
Forum: General CCS C Discussion Posted: Sat Mar 31, 2007 4:42 pm Subject: MDB protocol |
Wich coin validator are you using ?
Why have you chosen an MDB based one ?
Gabriel.- |
Topic: LCD display and accents |
Gabriel Caffese
Replies: 3
Views: 6315
|
Forum: General CCS C Discussion Posted: Sun Aug 13, 2006 4:43 pm Subject: LCD display and accents |
Manuk
Thanks for replying. I�ve thought about that. Problem is I�m using a 20x4 big character LCD, wich is a lot bigger than a graphic LCD that may be on a similar price (big size is very impor ... |
Topic: LCD display and accents |
Gabriel Caffese
Replies: 3
Views: 6315
|
Forum: General CCS C Discussion Posted: Fri Aug 11, 2006 1:38 pm Subject: LCD display and accents |
Hello everyone,
I�m involved in a project in wich lots of text is shown on an LCD.
The equipment will be installed in Brazil, Italy, France and Germany.
Some letters will have accents, and rec ... |
Topic: const int16 array low byte only with TinyBLD |
Gabriel Caffese
Replies: 6
Views: 9549
|
Forum: General CCS C Discussion Posted: Sun Jul 30, 2006 8:57 pm Subject: const int16 array low byte only with TinyBLD |
Peter_dufault,
Tinybootloader doesn�t allow you to change fuses !!
You set them once, when programming Tinybootloader in 18F4620.
If you read the PIC fuses after updating code with the boot ... |
Topic: RS-485 // Collision detect // RS232_ERRORS |
Gabriel Caffese
Replies: 2
Views: 4196
|
Forum: General CCS C Discussion Posted: Sat Aug 20, 2005 5:41 pm Subject: RS-485 // Collision detect // RS232_ERRORS |
Hi everyone,
I�m trying to set up an RS485 network, in wich there are 16 nodes.
Every node may TX and RX. There is one PC and 15 nodes based on 18F4620.
The bus is correctly setup, with ... |
Topic: EX_DTMF.C |
Gabriel Caffese
Replies: 3
Views: 6914
|
Forum: General CCS C Discussion Posted: Fri Apr 01, 2005 7:18 am Subject: EX_DTMF.C |
Check the amplitude of generated signal. Maybe it�s too low to be detected by DTMF decoder.
You could use an LM741, and add same gain to R2R�s output .
Gabriel.- |
Topic: Enabling LCD disables #INT_RDA !!! |
Gabriel Caffese
Replies: 2
Views: 5829
|
Forum: General CCS C Discussion Posted: Sat Jan 22, 2005 3:36 pm Subject: Enabling LCD disables #INT_RDA !!! |
Hello everyone,
The program shows characters ok, but enabling the RDA_ISR does not allow me to receive any data.
If I don�t use the LCD initialization, the RDA_ISR allows me to receive ... |
Topic: About RS485 9th bit |
Gabriel Caffese
Replies: 14
Views: 16456
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2005 4:20 pm Subject: About RS485 9th bit |
Thomas,
Thank you very much for replying. I have just solved the problem. It was a PC-software problem -the master- wich was not checked by me.
Now I have done software in Turbo Pascal a ... |
Topic: About RS485 9th bit |
Gabriel Caffese
Replies: 14
Views: 16456
|
Forum: General CCS C Discussion Posted: Sat Jan 15, 2005 2:31 pm Subject: About RS485 9th bit |
Ttelmah,
At RCSTA.0, I could get that 9th bit I�m looking for (but never appears).
I�m using the hardware UART, so at RS232_ERRORS, there is a copy of RCSTA (except bit 0, wich is ... |
Topic: About RS485 9th bit |
Gabriel Caffese
Replies: 14
Views: 16456
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2005 9:47 pm Subject: About RS485 9th bit |
Mark,
I�ve already done what you say, but can not get a clue.
The problem is that I can not detect the 9th bit.
Does anyone have sample code for helping me ?
Thanks ... |
Topic: About RS485 9th bit |
Gabriel Caffese
Replies: 14
Views: 16456
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2005 12:45 pm Subject: About RS485 9th bit |
Hello everyone,
I want to use the 9th bit option the " #use rs232 " command has.
My rs485 network, has 1 master and 16 slaves.
I will use the 9th bit for addressing one device in p ... |
Topic: Availability of high capacity I2C based serial eeproms |
Gabriel Caffese
Replies: 3
Views: 7927
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2004 6:51 am Subject: Availability of high capacity I2C based serial eeproms |
Go to Atmel�s site, and check for AT45DB021B and others.
They�re SPI, easy to use, large capacity, and very very cheap.
Gabriel.- |
Topic: Found free bootloader for 16F88, but........ |
Gabriel Caffese
Replies: 4
Views: 9205
|
Forum: General CCS C Discussion Posted: Sat Dec 04, 2004 9:13 pm Subject: Found free bootloader for 16F88, but........ |
Cossie,
Thank you very much for helping.
Gabriel.- |
Topic: How to encode a RF signal ? |
Gabriel Caffese
Replies: 3
Views: 9452
|
Forum: General CCS C Discussion Posted: Thu Aug 26, 2004 7:06 am Subject: How to encode a RF signal ? |
Lorenzo,
Take care, HT12E is an encoder too. The decoder one is HT12D.
Is the receiver part already done, or you have to build it ?
I sell remote controls for being used in low securit ... |
Topic: Found free bootloader for 16F88, but........ |
Gabriel Caffese
Replies: 4
Views: 9205
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2004 8:36 pm Subject: Found free bootloader for 16F88, but........ |
Hello everyone,
I�ve found this free bootloader for 16F88:
http://www.sparkfun.com/tutorial/Bloader/bloader.htm
Very nice. Have tested with included examples (done for CC5X C compiler), and ... |
|