Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RS232 --> PS/2 keyboard wedge

Status
Not open for further replies.

mip

Member level 2
Joined
Dec 31, 1999
Messages
51
Helped
4
Reputation
8
Reaction score
3
Trophy points
1,288
Activity points
340
rs232 keyboard wedge

I'm searching for a homebuilt project that implements an RS232 --> PS/2 keyboard wedge similar to the ones used for barcode scanners.

Do you know something like this (example project, sources (AVR, PIC, '51))?
 

rs232 ps/2

look in www.avrfreaks.com in project sesion ( ps/2 key emulator ) and barcode scaner converter.

Added after 2 minutes:

**broken link removed**

PS2 Keyboard Emulátor AT8515
 

rs232 wedge

Thx for posting these interesting links, but there's no project which implements a keyboard wedge.
I need no keyboard replacement, I need a device between keyboard and PC that is able to disconnect the keyboard in a sane state respecting the protocol, send a message received via RS232 and reconnect keyboard afterwards.
Buttonbox comes close to what I mean.
 

serial to ps2 keyboard

hi..

i needed a device that is similar to a keyboard wedge.

---------------------------------------------------------------

Below is my description:


Title: Device to control PC remotely using its keyboard port by means of simple
RS232 string

I have written a C++ application for sending RS232 serial data in single PC and I want the data to be received on another PC and captured as keystrokes. These keystrokes can then be used in any window’s word applications and appeared as though they are typed from the keyboard.

I have also coded the program such that for each ASCII character, it is converted into it’s corresponding set of scancode. For example,’a’ is translated into IC FO IC and sends as string “ICF0IC” over the serial link. This ensures the scancode is correctly interpreted by the keyboard controller on the receiver’s side PC.

However I do not know how to go about implementing a hardware device that can achieve the conversion of RS232 data to keyboard data.

Qn(a): Can anyone help me with the schematic design or give some advice? I have come up with overall diagram. How the device should behave but I am unsure if it’s correct.

Thanks.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top