Re: USB ?



Hi,

this is not possible. for USB communication you have to have a kernel mode
device driver for the USB device.
Is it a device that you made yourself? if not then you either need the
device driver, or the USB protocol specification for the device so that you
or someone else can make a device driver.

There are some chips available (from TI or FTDI for example) that can be
used for making USB devices appear as virtual COM ports, but that is only
useful if you make the devices yourself. they will not help you communicate
with an existing device.

If your device has a device driver but no api, you can invoke win32
functions createfile, writefile, readfile and deviceiocontrol to communicate
with the driver. you still need the driver interface documentation in that
case.

kind regards,
Bruno.


"Jarod" <blueice@xxxxxxxxxxxxxxxx> wrote in message
news:eJ$6LAmKGHA.2828@xxxxxxxxxxxxxxxxxxxxxxx
Hey
I have some device connected to USB is there any simple way to communicate
with that port ? Any free libraries / open source library or something
like this ? I saw System.IO.Ports can now communicate with COM ports. Is
there something like this for USB ?
Jarod


.



Relevant Pages

  • A Question of understanding
    ... I have been reading up on kernel modules, device drivers, and USB ... When I do write my device driver I should use a set of functionality ... Since my device driver is to be a kernel module, I do not link to any ... The device I want to communicate with is a block device, ...
    (comp.os.linux.development.system)
  • Re: Vs2005 to PDA to Rs232 interface
    ... you can use USB hub to make several USB host ports out of ... one and PC would be able to communicate with Axim and with serial box. ... USB port on Axim is not host USB ports so no ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: USB communication in VFP6
    ... The Error I get from VFP when reading from USB Device tru ... MSComm is "Error reading comm Device" I get this error ... devices mapped to COM ports. ... HyperTerminal was able to communicate ...
    (microsoft.public.fox.programmer.exchange)
  • Re: How to communicate between PC(XP or vista) and device with Wince by USB ?
    ... You will connect the device to a PC via USB ... You want to use Human Interface Device (HID) as the communications ... Bruce.Eitman AT EuroTech DOT com ... I want this device to communicate with the PC by USB port.t ...
    (microsoft.public.windowsce.app.development)
  • USB Device Driver Source Code (for Sale)
    ... USB Video Device Driver ... - Stream Interface for HID Device Driver ...
    (microsoft.public.windowsce.platbuilder)

Loading