Author |
Message |
Topic: Double line characters on LCD |
Richard Slater
Replies: 6
Views: 31534
|
Forum: General CCS C Discussion Posted: Wed Mar 19, 2003 7:28 am Subject: Re: Double line characters on LCD |
:=Hi all := :=Does anybody know how to write double line characters on a LCD? Can somebody tell me how to do it? := :=Thanks :=Willie
Hi there, am I right in thinking that you want to define a charac ... |
Topic: usb |
Richard Slater
Replies: 1
Views: 20144
|
Forum: General CCS C Discussion Posted: Wed Mar 05, 2003 4:33 am Subject: usb |
Hi there people!
Does anyone know where there is a good set of resources for data on the PIC's with USB? I have the data sheet which tells me the raw data, but are there any app. notes available to ... |
Topic: strcpy(union,string) |
Richard Slater
Replies: 2
Views: 25967
|
Forum: General CCS C Discussion Posted: Thu Feb 27, 2003 7:13 am Subject: strcpy(union,string) |
Hello people
I am tring to copy a string to a union member using the following format:
strcpy(Command_Result.String_Value,Disp_Msg);
where
pre union Command_Result_Value{ int U_Int_Value; int ... |
Topic: Programmable auto-reload Timer output? |
Richard Slater
Replies: 4
Views: 35231
|
Forum: General CCS C Discussion Posted: Mon Feb 10, 2003 2:07 am Subject: Re: Programmable auto-reload Timer output? |
:=I am using PIC18F8620, and I need a varible clock to pace my operation. := :=Is there a programmable auto-reload timer output? (up to MHz range)
Maybe a programmable frequency synthesiser from Cypr ... |
Topic: Fastest/best way to save ext eeprom |
Richard Slater
Replies: 6
Views: 46019
|
Forum: General CCS C Discussion Posted: Tue Feb 04, 2003 3:40 am Subject: Re: Fastest/best way to save ext eeprom |
:=:=:=I have a problem to save data to external eeprom,ex.every 250 ms.My logger software should calculate time very accurately. I have made inside 1ms clock with timer2 and offen my software work but ... |
Topic: Fastest/best way to save ext eeprom |
Richard Slater
Replies: 6
Views: 46019
|
Forum: General CCS C Discussion Posted: Mon Feb 03, 2003 9:44 am Subject: Re: Fastest/best way to save ext eeprom |
:=I have a problem to save data to external eeprom,ex.every 250 ms.My logger software should calculate time very accurately. I have made inside 1ms clock with timer2 and offen my software work but som ... |
Topic: Serial no. |
Richard Slater
Replies: 3
Views: 34364
|
Forum: General CCS C Discussion Posted: Mon Feb 03, 2003 3:14 am Subject: Re: Serial no. |
:=How can one program a range of PIC devices with there own unique address without haveing to recompile the code each time? Can the Warp 13 programmer do it?
Hi there!
I have done this using a seria ... |
Topic: EEPROM size auto-detect |
Richard Slater
Replies: 1
Views: 28360
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2003 10:04 am Subject: EEPROM size auto-detect |
Hello good people!
Is it possible to auto-detect the size of an EEPROM, such as the 24LCxx range, so I can change (or remove altogether) the type of EEPROM from one PCB to the next, without changing ... |
Topic: PIC RF Transceiver |
Richard Slater
Replies: 8
Views: 19788
|
Forum: General CCS C Discussion Posted: Thu Jan 16, 2003 10:06 am Subject: Re: PIC RF Transceiver |
:=Can any of you folks recommend a good RF Transceiver for PICs? Or do most of you use a pair of TXLC/RXLC 434s from Rentron? := :=Thanks in Advance
How about the Tx/Rx pair from Maplin, code VY48C. ... |
Topic: Not enough ram for variables |
Richard Slater
Replies: 3
Views: 48953
|
Forum: General CCS C Discussion Posted: Tue Dec 17, 2002 10:50 am Subject: Re: Not enough ram for variables |
Hi there,
Have you tried the '#device *=16' directive, as this tells the compiler to use 16 bit pointer values rather than the default of eight. This increases the amount of RAM which is accessible, ... |
|