Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Instructions of making additional keyboard to PC?

Status
Not open for further replies.

MysTiCy

New Member
So, i was searching in the net about making additional keyboard to computer, and did'nt found. And then i was redirected to search a PIC based serial port keyboard, and found this forum.

So anyone know where to find how to do that? Like "guide for dummies"
Schematics and program to bind the keys to computer functions. If somewhere is guide to doing around 20 button keypad.
 
You should be able to take some USB keyboards and just plug them in. If you're using WinXP, it should recognize them and work normally (I know it does with USB mice).
 
U did'nt understand what im meaning...
I mean that i want extra buttons with my normal keyboard.

And yea, i can buy a keyboard that has already extra buttons, but i wanna build by myself, and its cheaper :)
 
MysTiCy said:
U did'nt understand what im meaning...
I mean that i want extra buttons with my normal keyboard.

And yea, i can buy a keyboard that has already extra buttons, but i wanna build by myself, and its cheaper :)

Another option, make a serial keyboard and feed the keys through your serial port on the back. You will need a program on the PC to read the serial port and feed the characters to the keyboard buffer. Look at powerbasic.com for PBWIN, you can open COM and sendkeys pretty easy.

I think dontronics has a PIC TTY terminal, but you can get schematics and make it yourself. You have a programmer I take it.

EDIT: just re-read the first post. So you have the serial PIC keyboard stuff, then see my above powerbasic.com comments.
 
Yea, that was what i'm looking for, other one has 16 button max, thats enough good. And whole keyboard is good too.

But problem is, that i dont know C or asm :/
Is there programs that any key of those can be binded to macros or dos-commands? Like that one key can be put for example, to open notepad.
I'm looking something that is like this **broken link removed**
but that it would have more keys, 7 is not enough.
 
Your sent the Windows side of it. You need a PIC terminal for your keypad and a program for the PC to read, translate and stuff the keys in the PC buffer.
 
What's a PIC terminal?
I thought that it needs only those schematics in links u posted, and a code that binds something to keys. There was macro making in that full keyboard thing, so i thought it already does reading, translating and stuff. That the code only needs modification, so that it's like a program what i shoved in link.
Would it be hard to do that kind of program?
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top