Author |
Message |
Topic: LCD setting contrast by program |
diegostreetbob
Replies: 7
Views: 9206
|
Forum: General CCS C Discussion Posted: Sun Apr 01, 2012 12:32 am Subject: Re: LCD setting contrast by program |
I don't understand your response, I only asked for help in a resolved topic.
I am thinking of buying this lcd for a pic training for me, and need to be sure before ordering the pcbs.
I'm sorry i ... |
Topic: LCD setting contrast by program |
diegostreetbob
Replies: 7
Views: 9206
|
Forum: General CCS C Discussion Posted: Sat Mar 31, 2012 9:45 am Subject: Re: LCD setting contrast by program |
Hello,
i need help with this drivers.
Finally work fine??? Can you send me this drivers,please??
[email protected] |
Topic: Obtain osctune from 16f819/819 before erase. It's possible?? |
diegostreetbob
Replies: 2
Views: 5448
|
Forum: General CCS C Discussion Posted: Sat Jan 01, 2011 11:03 am Subject: Obtain osctune from 16f819/819 before erase. It's possible?? |
Look in the 16F819 data sheet:
http://ww1.microchip.com/downloads/en/DeviceDoc/39598e.pdf
There is no OSCCAL register in this PIC.
Ok thank you |
Topic: Obtain osctune from 16f819/819 before erase. It's possible?? |
diegostreetbob
Replies: 2
Views: 5448
|
Forum: General CCS C Discussion Posted: Fri Dec 31, 2010 7:20 am Subject: Obtain osctune from 16f819/819 before erase. It's possible?? |
Hello,
In the first place happy new year....from Spain..
In 12f629 I'm get the osccal reading the address 0x3ff before erase,
it's possible for 16f818/819?? what's address for read be ... |
Topic: eeprom accidental data change when cold powerup |
diegostreetbob
Replies: 2
Views: 5533
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2010 3:02 pm Subject: eeprom accidental data change when cold powerup |
Hello,
In the first place thanks for your help, I've apreciated your help.
**************************
This software is a modification of original 433mhz receiver card, based in tda5200 and pic12f62 ... |
Topic: Problem with serial on 12f629 |
diegostreetbob
Replies: 4
Views: 7757
|
Forum: General CCS C Discussion Posted: Fri Nov 19, 2010 2:37 pm Subject: Problem with serial on 12f629 |
Today I've tested and work fine.
Change the baudrate at 300 and no flow control, and only play with pin_a1 for tx.
Thanks
Best regards |
Topic: Problem with serial on 12f629 |
diegostreetbob
Replies: 4
Views: 7757
|
Forum: General CCS C Discussion Posted: Thu Nov 18, 2010 2:15 pm Subject: Problem with serial on 12f629 |
Ok,
tomorrow i will check all, thanks. |
Topic: Problem with serial on 12f629 |
diegostreetbob
Replies: 4
Views: 7757
|
Forum: General CCS C Discussion Posted: Wed Nov 17, 2010 3:27 pm Subject: Problem with serial on 12f629 |
Hello friends,
I have a great problem with serial output, the hyperterminal shows for
example with printf("hola"); it shows ÷ symbol and with putc("hola");
it shows VHº sym ... |
Topic: Help with main() |
diegostreetbob
Replies: 13
Views: 12111
|
Forum: General CCS C Discussion Posted: Sun Nov 07, 2010 2:30 pm Subject: Help with main() |
It's ok, I need to know how I can return from here to main(). This is the question but the responses about goto are good for me, but don't ask the original question.
Thanks |
Topic: Help with main() |
diegostreetbob
Replies: 13
Views: 12111
|
Forum: General CCS C Discussion Posted: Fri Nov 05, 2010 3:13 pm Subject: Help with main() |
Hello,
In the first time thanks for your help....
I have a simple question:
main()
{
code....
.......
..........
function1();
}
function1()
{
code....
..............
.......... ... |
|