Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. usb keyboard emulator (but software:) [modified]

usb keyboard emulator (but software:) [modified]

Scheduled Pinned Locked Moved Hardware & Devices
phpdatabasehelptutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Krzysztof Gorgolewski
    wrote on last edited by
    #1

    hi out there, i don't know if i'm at the right place with my problem, but i will try. i tried weeks ago some times the usb forum (http://www.usb.org/phpbb/index.php) but these nice guys are not activating any new user accounts :( ok, is it possible to make an usb keyboard emulation, that means connecting 2 pc over usb or rs232 to usb, one pc has no keyboard and will be feeded with keyboard signals from the other pc over the usb connection... if yes, has any one good hints (internet pages, etc) how to do it? regards criss -- modified at 10:50 Monday 10th September, 2007

    D 1 Reply Last reply
    0
    • K Krzysztof Gorgolewski

      hi out there, i don't know if i'm at the right place with my problem, but i will try. i tried weeks ago some times the usb forum (http://www.usb.org/phpbb/index.php) but these nice guys are not activating any new user accounts :( ok, is it possible to make an usb keyboard emulation, that means connecting 2 pc over usb or rs232 to usb, one pc has no keyboard and will be feeded with keyboard signals from the other pc over the usb connection... if yes, has any one good hints (internet pages, etc) how to do it? regards criss -- modified at 10:50 Monday 10th September, 2007

      D Offline
      D Offline
      Dan Neely
      wrote on last edited by
      #2

      The key strokes can be captured and injected at the source/destination PCs using global system hooks, but you can't just run a 'USB crossover cable' between them and call it done. You absolutely would need to write device drivers and AFAIK you'd also need a hardware device of some sort in the middle. Sending the data via ethernet would be much easier, and if for some reason the machines don't have ethernet cards and can't have them added you can buy USB to ethernet adaptors.

      -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

      K 1 Reply Last reply
      0
      • D Dan Neely

        The key strokes can be captured and injected at the source/destination PCs using global system hooks, but you can't just run a 'USB crossover cable' between them and call it done. You absolutely would need to write device drivers and AFAIK you'd also need a hardware device of some sort in the middle. Sending the data via ethernet would be much easier, and if for some reason the machines don't have ethernet cards and can't have them added you can buy USB to ethernet adaptors.

        -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

        K Offline
        K Offline
        Krzysztof Gorgolewski
        wrote on last edited by
        #3

        hm... so such a hardware device is definitively necessary because a direct usb-usb or rs232-usb connection is not possible (electric/hardware/conversion issues)? also if all the device driver stuff is done? regards, criss

        D 1 Reply Last reply
        0
        • K Krzysztof Gorgolewski

          hm... so such a hardware device is definitively necessary because a direct usb-usb or rs232-usb connection is not possible (electric/hardware/conversion issues)? also if all the device driver stuff is done? regards, criss

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #4

          You could use a pair of USB-RS232 adapters and an RS232 cable without needing any to write any drivers and just use standard rs232 code. But be forewarned USB-RS232 adapters have a reputation of both being flaky and only implementing the more common parts of the spec.

          -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups