Search found 7 matches

by aazmi1
Fri Mar 16, 2012 5:02 pm
Forum: CoCo
Topic: HP-488 board (too much problem)
Replies: 7
Views: 22480

Re: HP-488 board (too much problem)

taking along time but not working :( sorry to bother it seems this wouldn't work :( thanks any ways
by aazmi1
Fri Mar 16, 2012 2:58 pm
Forum: CoCo
Topic: HP-488 board (too much problem)
Replies: 7
Views: 22480

Re: HP-488 board (too much problem)

I am using MPLAB c18.I dont have the adapter right now. this is my code .This is not the first code I have worked with. #include <p18f458.h> #define _XTAL_FREQ 20e6 // 20MHz #define RS PORTBbits.RB4 #define EN PORTBbits.RB7 void LCD_STROBE(void); void data(unsigned char); void cmd(unsigned char); vo...
by aazmi1
Fri Mar 16, 2012 1:22 pm
Forum: E-blocks
Topic: Programming E-block LCD Display
Replies: 9
Views: 9009

Re: Programming HP-488 LCD Display

I have been using HP-488 BOARD The thing is I have checked the LCD configuration, I am using start nibble RB0 ,1,2,3 for data means(LOWER NIBBLE) RB4 for RS RB7 for EN USING J19 AND J21 to change the default bits for LVP and LCD. Now in programming I am sending only 4 bits to PORTB. Previously only ...
by aazmi1
Fri Mar 16, 2012 10:54 am
Forum: CoCo
Topic: HP-488 board (too much problem)
Replies: 7
Views: 22480

Re: HP-488 board (too much problem)

Means I will perform PSU? The thing is I have checked the LCD configuration, I am using start nibble RB0 ,1,2,3 for data means(LOWER NIBBLE) RB4 for RS RB7 for EN USING J19 AND J21 to change the default bits for LVP and LCD. Now in programming I am sending only 4 bits to PORTB. Previously only one c...
by aazmi1
Fri Mar 16, 2012 7:34 am
Forum: CoCo
Topic: HP-488 board (too much problem)
Replies: 7
Views: 22480

HP-488 board (too much problem)

hello I am having problem in HP-488 board programming with LCD. Here in LVP The programming is not the same as using 8-bit mode to initialize the LCD.We can use only 4-bits of one port because of Low voltage programing and architecture of HP-488.I have to send MSB first and then LSB using c-programm...
by aazmi1
Mon Mar 12, 2012 12:55 pm
Forum: E-blocks
Topic: HP-488 board programming with LCD
Replies: 1
Views: 2380

HP-488 board programming with LCD

hello

I am having problem in HP-488 board programming with LCD. This is not the same as using 8-bit mode to initialise the LCD.We can use only 4-bits.How to send MSB and then LSB using c-programming.LVP is not applicable when working on LCD
Thanks in advance
by aazmi1
Sat Mar 10, 2012 9:25 am
Forum: General Programming
Topic: HP488 LCD
Replies: 5
Views: 4907

Re: HP488 LCD

hello

I am having problem in HP-488 board programming with LCD. This is not the same as using 8-bit mode to initialise the LCD.We can use only 4-bits.How to send MSB and then LSB using c-programming.LVP is not applicable when working on LCD
Thanks in advane