Thread: Ports

  1. #1
    That weird Java guy xniinja's Avatar
    Join Date
    Jun 2010
    Posts
    231

    Ports

    Hey everybody, I had a question about ports and whatnot.
    Ok lets say (This is actually true) I have a laptop with a scroll thing on the front for volume.
    How does one actually get information from that. and is that the same as getting info from the usb ports.
    If you don't want to explain this all to me you can just point me to a webpage.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Ports and volume settings are handled by your operating system. If you are using Linux, I would go to the forum dedicated to your specific distro, or to a Linux forum. If you are using Windows, I'd first Google for it, and if not fruitful, go to a Windows forum or better yet, to the Windows specific newsgroups which are supported by MS.

  3. #3
    Password:
    Join Date
    Dec 2009
    Location
    NC
    Posts
    587
    If you're looking at this from the OSdev point of view, you'll want to stay away from usb coding for a while, a very, very, very, long while. OSdev.org will tell you how to directly interface with the devices, w/o APIs, but you have to be in ring <3 for most of their examples. You may also find the ALSA sources useful.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. virtual ports
    By royuco77 in forum Networking/Device Communication
    Replies: 5
    Last Post: 07-02-2005, 10:33 AM
  2. Control of ports
    By Blip in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-02-2005, 09:04 AM
  3. Multiple Ports using Sockets
    By mmondok in forum C Programming
    Replies: 1
    Last Post: 04-14-2003, 09:36 PM
  4. Controlling ports
    By lockpatrick in forum Linux Programming
    Replies: 2
    Last Post: 06-09-2002, 11:58 AM
  5. Accessing Ports
    By Thantos in forum C Programming
    Replies: 6
    Last Post: 09-13-2001, 06:01 AM