Results 1 to 3 of 3

Thread: [2008] Communicate with Logitech Formula pedals

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    178

    Exclamation [2008] Communicate with Logitech Formula pedals

    Hello,

    I'm creating a program which can measure your responsetime. It's for a friend, so he can train for his athletics. It's now measured by a press on space, but he wants to measure it with his Logitech Formula racepedals. It's connected to the computer with an USB-cable. I haven't got any experience with com/usb ports, so how can I communicate with that thing?

  2. #2
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: [2008] Communicate with Logitech Formula pedals

    If they're gaming devices, then they'll appear as analog game-controllers. You're going to have to search for "How do I read a Joystick Axis value in VB.NET?" or create/rename your post to that effect.

    Check the control panel of Windows under Gaming Devices and see if they're in there.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2008] Communicate with Logitech Formula pedals

    if they just use plain old serial communication, then you may be able to do it because some USB devices do just use standard serial communication. Others however use specialized drivers, and proprietary methods of transmitting data.

    I *think* the way you can tell this, is if the USB devices is assigned a COM port or not. I don't have a ton of experience with this, only that I tried once to intercept my USB xbox 360 controller when using it (so I could use it like a mouse in a program I was building) but the controller isn't assigned a port number and it also has its own driver.

    Since these are gaming pedals, it is also possible that you could maybe use directX to query the input from the gaming device.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width