Search found 11 matches

by Hurdy
Thu May 08, 2008 9:29 pm
Forum: C and ASM Programming
Topic: unable to read the indual ports
Replies: 5
Views: 6261

Re: unable to read the indual ports

ok brilliant thanks for the tips. I'm using an 18F4620 with Microchip C18. When I have a few moments I'll look at my code again and try to enable PORTA as an input. I just assumed all ports were configured as digital in as standard. But there we, you learn something every day. Cheers for the advice,...
by Hurdy
Sat May 03, 2008 7:40 pm
Forum: C and ASM Programming
Topic: unable to read the indual ports
Replies: 5
Views: 6261

Re: unable to read the indual ports

I'm having the same problem. I've disabled the AD converter but still reading in nothing. I can only read in portA LA4.

Any ideas?
by Hurdy
Mon Oct 01, 2007 6:23 pm
Forum: C and ASM Programming
Topic: Example of a simple lcd program
Replies: 6
Views: 8371

I've created code from scratch. So only little adjustments will need to be made if anyone wishes to see my code but uses a different compiler.
by Hurdy
Thu Sep 27, 2007 1:46 pm
Forum: C and ASM Programming
Topic: Example of a simple lcd program
Replies: 6
Views: 8371

I have managed to do it with C.

I have used the Microchip C18 software to do it in though.

If you need a copy, email me at hurdystuff@hotmail.co.uk and I'll forward my code to you.
by Hurdy
Mon May 28, 2007 11:56 am
Forum: Electronics products
Topic: LCD with Demo Board V2
Replies: 1
Views: 5066

LCD with Demo Board V2

The datasheet does no specify what the pins are for the LCD module on the demo board v2.

I can tell that Pins B0-3 are datalines.
What is B4 & B5? Enable? R/W??

Thanking you in anticipation,

Rob
by Hurdy
Thu Sep 07, 2006 10:43 pm
Forum: C and ASM Programming
Topic: LCD RS, E, RW and Data pins
Replies: 1
Views: 6494

LCD RS, E, RW and Data pins

I need to program the LCD in C but the datasheet for the matrix multimedia board doesn't give me enough information.

Does anyone know what the RS, E, RW and Data pins are on PORTB?

And is it a 4bit or 8bit interface?
by Hurdy
Wed Sep 06, 2006 8:29 pm
Forum: C and ASM Programming
Topic: Example of a simple lcd program
Replies: 6
Views: 8371

Hi,

I could do with similar code also.

Thanks,

Rob
by Hurdy
Thu Jan 12, 2006 1:43 pm
Forum: General Programming
Topic: MPLAD IDE 7.22 question
Replies: 3
Views: 7277

I can get my program to load into my PIC fine via the ICD2. I have to use my board in RC mode as XTL mode won't work, which isn't a problem. The only problem I have at the moment is that I am unable to step through and animate my code in real time using my ICD2. Using MPLAB simulate mode once I reac...
by Hurdy
Mon Dec 12, 2005 10:41 am
Forum: General Programming
Topic: MPLAD IDE 7.22 question
Replies: 3
Views: 7277

Problem solved.
by Hurdy
Fri Dec 09, 2005 3:12 am
Forum: General Programming
Topic: Development 3 board datasheet
Replies: 1
Views: 5382

Development 3 board datasheet

Is there a datasheet for the development 3 PIC board?
I'm TRYING to use my board with an ICD2 where I need a power supply for my board. I've bought a variable voltage supply at 500mA, but not sure what voltage to set it to as it doesn't say in the PDF sheet on the site.

Any ideas anyone?
by Hurdy
Fri Dec 09, 2005 3:06 am
Forum: General Programming
Topic: MPLAD IDE 7.22 question
Replies: 3
Views: 7277

MPLAD IDE 7.22 question

Is anyone using the PIC Development 3 board with an ICD2 using microchips MPLAB IDE V7.22?

I cannot get it working and could use some help understanding how to set it up.