07-28-2006 03:18 AM
07-28-2006 01:33 PM
Hi you can use the user32.dll of windows with the function keybd_event to type programmatically. So you would basically need on vi on the keyboardcomputer that will receive and send the data to the other computer and a second by on the keyboardless computer that will be receiving the data and use this information with the dll
Hope this helps!
01-15-2007 06:46 PM
01-15-2007 08:15 PM
One more thing I wanted to add is that since am not using a computer at the receiving end, the output data from the PC serial port has to be in PS2 format. But reading articles on some websites (http://www.computer-engineering.org/ps2keyboard/) it seems like I will need a 8042 keyboard controller to deal with all the handshaking and signal level protocol as the RS232 serial port protocol is quite different from that of the PS2 protocol.
In the setup that I have, at the receiving end of the keyboard data I have a PCB (that has a ST uPSD3354DV microprocessor), that reads the PS2 input and displays it on an onboard LCD screen.
So based on this information, if someone can provide me with some ideas or suggestions, that would be great.
Thank you in advance,
Shoab