Thread: usb communication

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    58

    usb communication

    hi, everybody.
    i want to transfer data by using usb communication.
    i have one device and it can connect with my computer via usb.
    i need to program to send/receive data in this device.
    urgent.
    any suggestion will be welcome.
    help!!!
    regards
    ps.
    i'm working in winxp and vs2005 and vs6.

  2. #2
    Registered User carrotcake1029's Avatar
    Join Date
    Apr 2008
    Posts
    404
    Does windows recognize it as a storage device if you connect it? If so, get the letter assigned to the drive and perform standard I/O like you would on your local drive.

    If it's not detected by windows, you need to find a driver or write your own.

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    58
    thank u for your reply.
    but in correctly, i have a device to process finger print.
    so i need to program for i/o data in device.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    So what happens when you plug it in - nothing?

    Pretty much every development device I've seen comes with some developer SDK and some very simple test programs just to get you up and running.

    > i have a device to process finger print.
    Product names, websites etc please.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Apr 2008
    Posts
    58
    product name is itouch

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Like this, or something else?
    http://www.xceltronix.com/itouch.asp

    Getting bored with playing 20 questions BTW.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  7. #7
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. USB communication
    By programer345 in forum Networking/Device Communication
    Replies: 0
    Last Post: 06-27-2008, 01:51 PM
  2. Xbee module USB board communication
    By ghost1 in forum C Programming
    Replies: 1
    Last Post: 11-27-2006, 05:19 PM
  3. USB Communication
    By Queatrix in forum Windows Programming
    Replies: 4
    Last Post: 08-07-2006, 10:22 AM
  4. Programming a usb communication
    By axr0284 in forum C++ Programming
    Replies: 9
    Last Post: 12-28-2004, 06:26 AM
  5. Printers On USB
    By (TNT) in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 03-10-2002, 11:48 AM