Search Result

Collapse
12 results in 0.0048 seconds.
Keywords
Members
Tags
usb
  •  

  • Stefan Nonneman
    started a topic Optical mouse as position encoder
    in C

    Optical mouse as position encoder

    Hi,

    Recently I discovered the beauty of the optical mouse as an incremental position encoder.

    An optical mouse usually contains one component in which a camera is linked to an image processor linked to an USB interface. The resolution depends on the camera resolution. On the internet it is easy to find back the datasheets of this type of components describing also how to read/write with them.

    My problem...
    See more | Go to post

  • sunsolaris2000
    started a topic Automatically detect link to picture?

    Automatically detect link to picture?

    I have a simple HTML page(not on server, but on PC) and it contains links to pictures.
    If I use a memory USB to store the page and I insert the memory USB into another PC I need to change the path so the webpage can still find the link to the picture.
    Is it possible to find the link automatically with JavaScript? How?

    Thank you in advance!
    See more | Go to post

  • sharing my pppoe cable modem internet connection by wi fi

    I have a pppoe cable modem internet connection. the internet cable connects directly to the network port (rj-45 lan port) on the back of my pc. there is a single port. I want to create a wi fi network with my above connection. Is there any way to do so. what will the devices which are required. is there any usb device which can create a wi fi network while being attached to my usb port.
    See more | Go to post

  • damndevil
    started a topic exclusive control of plugged in USB device

    exclusive control of plugged in USB device

    Hey

    I want to take exclusive control of locally plugged in usb device. Do I need to write kernel driver implementations for same , or work around with libraries such as libusb is good enough and can be taken a a replacement as far as usb implementation is concerned

    THank you
    See more | Go to post

  • Software development involving USB devices

    I'm looking to develop a program that takes inputs from USB devices (barcode scanner, digital scale), maintains a database (MySQL), and performs web APIs. My background in programming is scientific using a tool called MATLAB, so I'm pretty much a beginner when it comes to software development.

    I'm looking for some pointers on where to start this endeavor. What tools do I need to use? Where can I find information regarding such software...
    See more | Go to post

  • Samuel Jones
    started a topic How to monitor physical ports on a PC?

    How to monitor physical ports on a PC?

    I am looking to develop an interface to monitor traffic on a computer's USB/Serial ports.

    How would I accomplish this?

    I am just simply looking for a method on how to do it, the rest I can take care of.

    Thanks in advance.
    See more | Go to post

  • msaeedi
    started a topic Linux USB programming in C
    in C

    Linux USB programming in C

    I'm working on a c project in Linux. This project contains two components, one transmitter and one receiver each one should be executed on a different PC. Hence, two PCs should be communicated. To do so, USB port have to be used. Hence, my question is how to use USB programming in Linux to send data from one PC and receive data in another one and vice versa. I read some examples about libusb and checked them. currently, I used my flash disk as a...
    See more | Go to post

  • how to restore Flash Drive Removable Media Bit

    I fliped the Flash Drive Removable Media Bit and i cant undo that,,
    I did that with a lexar program inorder to make 2 partitions for my kingstone 64 gb flash memo.but it dint work tho.
    and then it started actin crazy ,things being copied by 3 mb/sec ,and do not appear when inserted in another comp.
    Sorry i donno where to post this question hopin some 1 might help
    thankful I remain.
    See more | Go to post

  • Print to USB Thermal Printer (brand Zebra 3842)

    I have an application that prints to a Thermal Printer..These are the older printers (brand Zebra 3742) and uses the Serial Com Port 1 & 2. I have that working. We now have two new printers (brand Zebra 3842) but are USB. Now I have to write code to print to these USB printers but not sure where to start.

    Using the system printing functions won't due because I had trouble sending the ELP Commands this way. I am still looking into...
    See more | Go to post

  • nav010
    started a topic How can i communication with USB in C?
    in C

    How can i communication with USB in C?

    Hello everyone

    How can I communicate with USB drive using C code?

    Like in ethernet, we have source ip address, destination ip address for communication between source and destination. How can I do this in USB? What parameters do I need to set in USB for communication.

    Any help would be appreciated.
    See more | Go to post

  • I have to unplug and plug my USB device every time to communicate :(

    I am using a linux machine with an USB port and I have to communicate with a temperature controller which has an UART port and for this I am using a USB to UART Serial Adapter.
    port name on my machine is /dev/ttyUSB0
    Code:
    $port = "/dev/ttyUSB0";
    open(SERIALPORT,"+>$port") || die("ERROR SENDING DATA\n");
    SERIALPORT->autoflush();
    
    ## in between I am sending data
    ...
    See more | Go to post
    Last edited by numberwhun; Aug 20 '09, 01:04 PM. Reason: Please use code tags!

  • sierrajohn2
    started a topic printer handle invalid

    printer handle invalid

    I have a customer with an hp 2210 all-in-one USB connection, running in Windows XP Pro, that worked fine for several months. I found the printer was no longer recognized and, after attempting to uninstall/reinstall the print driver software, I get a message that "the printer handle is invalid". What does this mean (these error messages never tell you how to fix them!)? The machine tells me the handle is invalid.... any one else have this...
    See more | Go to post
Working...