Re: USB Serial Driver



Thanks Shiva Kumar. I will look in to CE6.0.

"ShivShankar" wrote:

CE6.0 has a usbser.dll which is a serial host class driver .Code for which
is loacated in

public\common\oak\drivers\usb\class\usbser

When included in the image it add COMx: ports for function serial device
connected to it .


Thanks
Shiv Shankar



"Suresh" <Suresh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C9732549-F512-4AE5-88C8-17C49951B704@xxxxxxxxxxxxxxxx
Thanks Henrik for your great inputs.

Suresh


"Henrik Viklund" wrote:

IIRC Atmel typically implement the function side of USB CDC Modem
Class (uses "usbser.sys" driver in XP). CE5 do not ship with any sort
of USB Serial/Modem Host class driver, so unfortionately you have to
write the driver yourself. There might exist 3:rd party drivers for
CE, but I don't know any.

Henrik Viklund
http://www.addlogic.se

On Apr 19, 3:58 pm, Suresh <Sur...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks a lot for your response.

Basically my Black box works like a RS232 to USB and USB to RS232
device.
For this we are using ATMEL 89C5131 8 Bit uController PCB. In addition
to
simple RS232 to USB functinality it will do lot of other analog sensing
process. ATMEL given there Vendor ID and Product IDs.

If I connect this device to my XP PC, PC will show connected USB as a
available COM port. If suppose my PC having already two RS232 COM
ports,
connected USB device will show as a COM3.

Same functionality I wanted to make in my Windows CE based PC. So that
from
my CE application by using WriteFile and ReadFile I can write or read
data
from device.



"Henrik Viklund" wrote:
It's impossible to say. "Black Box" generally mean that you have no
idea/don't care what's inside. You need to know a little about what's
inside to know wheter or not it is possible to easilly hook it up to
a
CE device.

The term "Client device" is a little ambigous (it has many meanings).
Does the CE device use a host or function interface to communicate
with the "black box"? Do you know what USB class it implements -"CDC"
is a broad standard spanning several different USB classes. You mean
USB serial (Iike in USB Modem)?

Henrik Viklund
http://www.addlogic.se

On 18 Apr, 18:12, Suresh <Sur...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Basically my blackbox works like a client device with the windows
CE device.
Currently I have following drivers in Windows CE Image:
HKEY_LOCAL_MACHINE/Drivers/USB/ClientDevices/Hid
HKEY_LOCAL_MACHINE/Drivers/USB/ClientDevices/Mass_Storage_Class

HKEY_LOCAL_MACHINE/Drivers/USB/FunctionDrivers/Serial_Class

HKEY_LOCAL_MACHINE/Drivers/USB/LoadClienets/Default.

Out of all above where I need to change registry settings for my
blackbox
vendor ID and Product ID?

Thanks,
Suresh

"Suresh" wrote:
We are designed a black box that will connect XP and CE OS
machines through
USB Serial CDC.
My hardware vendor gave product ID and Vendor ID etc...
information for USB
Serial Communication.
By creating simple INF file in XP machine we are successfully
found black
box from XP machine and able to communicate.

To achieve same functionality in Windows CE 5.0 machine, please
explain how
I can do in Windows CE machine- Dölj citerad text -

- Visa citerad text -- Hide quoted text -

- Show quoted text -






.



Relevant Pages

  • Re: USB function client driver in wince 5.0
    ... Henrik Viklund wrote: ... fundamental knowledge needed to pull this driver project of in a timely ... USB drivers are not trivial to understand and PB is a complex ... and where should I place my project files? ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB Serial Driver
    ... "Henrik Viklund" wrote: ... Class (uses "usbser.sys" driver in XP). ... of USB Serial/Modem Host class driver, ... Basically my Black box works like a RS232 to USB and USB to RS232 device. ...
    (microsoft.public.windowsce.embedded)
  • Re: Device registration
    ... Henrik Viklund wrote: ... the device acts as a USB host. ... Ive got a little of a pickle with a usb serial driver supplied with my PXA25 ... Try to force a load of my driver on startup through registry ...
    (microsoft.public.windowsce.embedded)
  • Re: [PATCH 0/7] [RFC] Sizing zones and holes in an architecture independent manner V2
    ... RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize ... SCSI device sda: drive cache: write back w/ FUA ... usbcore: registered new driver hub ... hub 1-0:1.0: USB hub found ...
    (Linux-Kernel)
  • WARNING: at net/ipv4/tcp_input.c:2927 tcp_ack+0xd55/0x1991()
    ... I'm running the latest git kernel and I've got ... # Bus options (PCI etc.) ... # Generic Driver Options ... # USB Network Adapters ...
    (Linux-Kernel)

Loading