Search found 11 matches

by MENDIS
05 Oct 2010 11:53
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

Re: ps2 keybord test routing

ranko.rankovic wrote:Hello MENDIS,

Can you try out examples that come within compiler if they work. Can you confirm this?

Best regards
hello,
yes confierm it. its working fine with mikrobasic but it doesnt work with MIKROC.

BR.
by MENDIS
28 Sep 2010 12:14
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

Re: ps2 keybord test routing

ranko.rankovic wrote:Hello MENDIS,

Take a look at our examples that come within software bundle. There is a PS/2 example and LCD 2x16 example, combining those two you can achieve what you need.

Best regards
HELLO,
see this i used those examples but PS2 routing not work.Please refer above codes.

thanks.
by MENDIS
16 Sep 2010 01:59
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

Re: ps2 keybord test routing

support team no any solution for this problem ?
by MENDIS
13 Sep 2010 16:27
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

Re: ps2 keybord test routing

hi sir, i tested with latest micro c software but it still not work. i tested my hardware setup with old mikrobasic its working fine.please help to me work with micro c. thanking you, mendis. // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D...
by MENDIS
09 Sep 2010 16:18
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

Re: ps2 keybord test routing

ranko.rankovic wrote:Hello MENDIS,

Consider trying our new compiler for PIC, you can find it here.
Also there is tested and working example for PS/2 within this software bundle.

Best regards

thanks for your help.i will try with new update.
mendis.
by MENDIS
08 Sep 2010 14:44
Forum: mikroC General
Topic: ps2 keybord test routing
Replies: 9
Views: 3716

ps2 keybord test routing

hi, i try display ASCII character on 2x16 LCD display received from ps2 keyboard.but this code is not work.anybody please help me. //------------------------------------------------------------------------------- char *text = "KEY BORD TEST"; unsigned short keydata, special, down, temp; void main() ...
by MENDIS
20 Jul 2010 02:44
Forum: mikroPascal PRO for PIC General
Topic: 16x2 LCD TEXT **** PROGRAM
Replies: 1
Views: 1334

16x2 LCD TEXT **** PROGRAM

Hello, This is my tested text massage shift program.some time it can useful for you. best regards mendis. program text_scroling symbol MSG_LENTH = 70 'massage lenth 70 caractors ' lcd module connections dim LCD_D4 as sbit at RC0_bit LCD_D5 as sbit at RC1_bit LCD_D6 as sbit at RC2_bit LCD_D7 as sbit ...
by MENDIS
15 Jul 2010 02:24
Forum: mikroPascal PRO for PIC General
Topic: PS2 KEYBORD WITH 16F876 AND 2X16 LCD
Replies: 5
Views: 2784

Re: PS2 KEYBORD WITH 16F876 AND 2X16 LCD

I wrote interupt routing for portB 0 but it not work for me. program PS2 '############################################### 'THIS PROGRAME WORKING WITH WELL PERFORMANCE ' Declarations section ' lcd module connections dim LCD_D4 as sbit at RC0_bit LCD_D5 as sbit at RC1_bit LCD_D6 as sbit at RC2_bit LCD...
by MENDIS
14 Jul 2010 15:29
Forum: mikroPascal PRO for PIC General
Topic: PS2 KEYBORD WITH 16F876 AND 2X16 LCD
Replies: 5
Views: 2784

Re: PS2 KEYBORD WITH 16F876 AND 2X16 LCD

Hello, Unfortunately, we do not have enough resources to help our users by writing them custom projects. We are planning to expand our support by having a mikroE Workshop , as a kind of project section, that will develop all kinds of useful projects, along with source codes and documentations, but ...
by MENDIS
13 Jul 2010 17:15
Forum: mikroPascal PRO for PIC General
Topic: PS2 KEYBORD WITH 16F876 AND 2X16 LCD
Replies: 5
Views: 2784

Re: PS2 KEYBORD WITH 16F876 AND 2X16 LCD

hello sir, i am really appraised your post its great help for me.i try your code its fine.but some time some characters are bouncing.if you can please write to this to PORTB 0 OR PORTB change interrupt much better to me. again i have to thank you. :D :D please tell me about how to on caps lock num l...
by MENDIS
11 Jul 2010 14:46
Forum: mikroPascal PRO for PIC General
Topic: PS2 KEYBORD WITH 16F876 AND 2X16 LCD
Replies: 5
Views: 2784

PS2 KEYBORD WITH 16F876 AND 2X16 LCD

hello all my senior members, this is my first post to this forum. I try to display keyboard characters using 2x16 lcd display when i press keys on my keyboard. my code is working fine. but when i press keys characters are bouncing.if any one can help me. if can put key scan for interrupt routing muc...

Go to advanced search