Author |
Message |
Topic: GR47 GSM module - serial comms |
barkerben
Replies: 0
Views: 2844
|
Forum: General CCS C Discussion Posted: Sun Feb 17, 2008 3:06 pm Subject: GR47 GSM module - serial comms |
Not sure if anyone here can help, but here goes... I've been using CCS for a while in various projects. I have used RS232 quite a bit, but never with full flow control. For starters the MAX232 can't d ... |
Topic: PIC18LF452 programming woes - ICSP |
barkerben
Replies: 22
Views: 26062
|
Forum: General CCS C Discussion Posted: Fri Jul 07, 2006 2:41 pm Subject: PIC18LF452 programming woes - ICSP |
I'll try that and post here when I've done it. If it works, I'll have to splash out on a new programmer I guess :-(
Cheers,
Ben |
Topic: PIC18LF452 programming woes - ICSP |
barkerben
Replies: 22
Views: 26062
|
Forum: General CCS C Discussion Posted: Fri Jul 07, 2006 2:23 pm Subject: PIC18LF452 programming woes - ICSP |
I realise I am asking for trouble with the programmer I'm using :-)
The website of the device is:
http://www.quasarelectronics.com/3128.htm
I am using CCS compiler version 3.231 to create t ... |
Topic: PIC18LF452 programming woes - ICSP |
barkerben
Replies: 22
Views: 26062
|
Forum: General CCS C Discussion Posted: Fri Jul 07, 2006 4:10 am Subject: PIC18LF452 programming woes - ICSP |
Hi,
This has been asked before, but the answers were not conclusive...
I have a PIC18LF452 on a PCB that I'm programming via ICSP.
It runs off 3.3v, but is completely isolated during ICSP prog ... |
Topic: ICSP 3.3v / 5v possible workaround... |
barkerben
Replies: 1
Views: 6363
|
Forum: General CCS C Discussion Posted: Wed Jun 07, 2006 5:12 pm Subject: ICSP 3.3v / 5v possible workaround... |
The following occured to me:
ICSP is limmited at 3.3v
I need to run at 3.3v
If I connect both my Vdd pins on my PIC together, then wire them to a diode with its cathode facing the pins, and the a ... |
Topic: TQFP programming |
barkerben
Replies: 18
Views: 25321
|
Forum: General CCS C Discussion Posted: Mon May 29, 2006 7:06 am Subject: TQFP programming |
Question number 2...
I have a TQFP package. I intend to program it over a serial link using a bootloader, but to do this I first have to get the bootloader onto it!
I'm assuming the easiest way ... |
Topic: PIC18F452 vs PIC18F4520 |
barkerben
Replies: 4
Views: 7709
|
Forum: General CCS C Discussion Posted: Mon May 29, 2006 4:00 am Subject: PIC18F452 vs PIC18F4520 |
Hi,
I have the student version of CCS for the PIC18F452. I've just realised my new PIC is a PIC18F4520.
Although my compiler was sold as locked to the former, are they similar enough that I can ... |
Topic: PCB mounted switches - slightly OT |
barkerben
Replies: 2
Views: 5377
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 12:58 pm Subject: PCB mounted switches - slightly OT |
Hi,
Apologies - this is slightly off topic. I've used CCS in a project, and am now working out how to present the project itself. The plan was to use PCB mounted push switches for controlling the s ... |
Topic: Relaying serial data |
barkerben
Replies: 12
Views: 17438
|
Forum: General CCS C Discussion Posted: Wed Mar 22, 2006 5:14 pm Subject: Relaying serial data |
Does anyone know of a way, ideally at the hardware level so that it can be done in the background, but if not a the software level, of forwarding all inputs to one pin to the output of another? In oth ... |
Topic: Leading Zeros in floating point |
barkerben
Replies: 2
Views: 5860
|
Forum: General CCS C Discussion Posted: Sat Mar 18, 2006 3:24 am Subject: Leading Zeros in floating point |
Hi,
I've been using the format modifiers for outputting data recently - for instance putting %3u ensures that when outputting an integer, three digits are always used - padded wit zero's if needed. ... |
Topic: Compass rose |
barkerben
Replies: 13
Views: 33940
|
Forum: General CCS C Discussion Posted: Tue Feb 28, 2006 9:49 am Subject: Compass rose |
Hi Ttelmah,
When you refer to "that" routine, where you reffering to your post or to the one preceding it ...?
Cheers,
Ben |
Topic: Compass rose |
barkerben
Replies: 13
Views: 33940
|
Forum: General CCS C Discussion Posted: Tue Feb 28, 2006 9:44 am Subject: Compass rose |
Ah yes - this is what wikipedia has to say:
http://en.wikipedia.org/wiki/Bresenham's_line_algorithm
It looks ideal. I'm not sure whether a lookup table with enough entries for a compass (maybe 3 ... |
Topic: Compass rose |
barkerben
Replies: 13
Views: 33940
|
Forum: General CCS C Discussion Posted: Tue Feb 28, 2006 9:12 am Subject: Compass rose |
Hi,
I've been fiddling around trying to draw a compass on a 3310 LCD to replace the current text readout.
Drawing a static shape -lie the compass back - is no problem. The needle is a bit t ... |
Topic: Nokia 3310 LPH7779 rev 3 V3 Michel Bavin |
barkerben
Replies: 12
Views: 123061
|
Forum: Code Library Posted: Sun Feb 05, 2006 6:41 pm Subject: Nokia 3310 LPH7779 rev 3 V3 Michel Bavin |
Ok...I guess I must have fried the driver circuitry when I soldered my display. Does anyone know how easy this is to do...
I'll be more careful next time :-p |
Topic: Nokia 3310 LPH7779 rev 3 V3 Michel Bavin |
barkerben
Replies: 12
Views: 123061
|
Forum: Code Library Posted: Sun Feb 05, 2006 1:37 pm Subject: Nokia 3310 LPH7779 rev 3 V3 Michel Bavin |
Can anyone confirm this code works? I'm debugging a circuit, and can't get anything upon the LCD (a 3310). The software looks fine though...
Ben |
|