Author |
Message |
Topic: PS/2 keyboard driver/decoder, interrupt driven, 16F and up |
abo_shreek11
Replies: 14
Views: 135548
|
Forum: Code Library Posted: Thu Nov 27, 2008 8:48 am Subject: Re: Keyboard program |
Steve,I tried your program on an 18f4550 and it works fine. In my project I need to read a stand alone numeric keypad. I am a C novice and am having trouble figuring out how to modify/add the scan t ... |
Topic: Need help with PS/2 keyboard code |
abo_shreek11
Replies: 3
Views: 6369
|
Forum: General CCS C Discussion Posted: Tue Nov 25, 2008 1:50 am Subject: Need help with PS/2 keyboard code |
Hi Steve
I am using "mini-din 6 pins" female connector, and the only connectivty which at least turned the keyboard on is the only on which blinks the led. I have doubt that I damaged the ... |
Topic: Need help with PS/2 keyboard code |
abo_shreek11
Replies: 3
Views: 6369
|
Forum: General CCS C Discussion Posted: Mon Nov 24, 2008 3:57 pm Subject: Need help with PS/2 keyboard code |
Hi Guys
I used the above code in the following topic with some of my spices
#include <18F4550.h>
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES WDT128 ... |
Topic: LCD Support |
abo_shreek11
Replies: 2
Views: 4443
|
Forum: General CCS C Discussion Posted: Mon Nov 24, 2008 11:13 am Subject: LCD Support |
Not a clear question , are you looking for datasheet ? |
Topic: Suggestion needed about USB project |
abo_shreek11
Replies: 4
Views: 4313
|
Forum: General CCS C Discussion Posted: Sun Nov 16, 2008 4:40 am Subject: Very Clear |
Hi Ttelmah
Thanks for your rapid reply. What I got from you is that the USB module in the PIC is for slave_use_only in which a PC is needed. But I can use a USB-PS/2 adapter in which the keyboard c ... |
Topic: Suggestion needed about USB project |
abo_shreek11
Replies: 4
Views: 4313
|
Forum: General CCS C Discussion Posted: Sun Nov 16, 2008 2:32 am Subject: Suggestion needed about USB project |
Hi
I have a simple project in which I type on a keyboard (USB one) and display the writing on 2X16 lcd. And for this, I chose the PIC18F4550 which has a usb module. I've read most of the examples whi ... |
Topic: A numeric expression must appear here |
abo_shreek11
Replies: 14
Views: 41128
|
Forum: General CCS C Discussion Posted: Thu Oct 02, 2008 6:40 am Subject: A numeric expression must appear here |
Hi Ttelmah
Thanks for your reply, i've commented the first #include<lcd.c>, but i still get the same squares on the lcd. any suggestion? |
Topic: A numeric expression must appear here |
abo_shreek11
Replies: 14
Views: 41128
|
Forum: General CCS C Discussion Posted: Thu Oct 02, 2008 3:10 am Subject: A numeric expression must appear here |
Hi
I'm not using any driver, i just connected the 8 pins of portb to the 8 data pins of the lcd. I think the PIC will neglect the upper 4 bit, isn't it. |
Topic: A numeric expression must appear here |
abo_shreek11
Replies: 14
Views: 41128
|
Forum: General CCS C Discussion Posted: Tue Sep 30, 2008 10:09 pm Subject: A numeric expression must appear here |
Thanks a lot FvM, PCM programmer, rnielsen and Ttelmah.
Here is my final code:
#include "D:\My Documents\PIC Projects\LCD Test 4 by CCS\main.h"
#include <LCD.C>
#define L ... |
Topic: A numeric expression must appear here |
abo_shreek11
Replies: 14
Views: 41128
|
Forum: General CCS C Discussion Posted: Mon Sep 29, 2008 9:02 am Subject: A numeric expression must appear here |
Thanks alot PCM programmer, it worked but I am getting a new error message "Undefined identifier --kbd_getc", can you tell me what would probably be the problem. |
|