Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - devc-serusb: (4 Items)
   
devc-serusb  
Hi,everyone.I want to specify the vid and did of a Usb-serial adaptor, but
I am not sure whether I wrote a right command or not.
firstly, #usb 
vendor: 0x0403 
product:0xda70 
class:0x00 
and then: 
#devc-serusb -d did=0xda70,vid=0x0403 
http://support.qnx.com/developers/docs/6.4.0/neutrino/utilities/d/devc-serusb.html 
Is the command above right? Thank you!!
Re: devc-serusb  
> #devc-serusb -d did=0xda70,vid=0x0403 

First, you don't want a space between the comma and "vid".

Second, I think you'll need to also specify the module to use, as 0xda70 is not a known device:

#devc-serusb -d did=0xda70,vid=0x0403,module=ftdi 

Modules should include: prolific mcs7720 uc864e ftdi wireless_modules generic
Re: devc-serusb  
Hi,

I am trying to port usb-to-uart, but i could find devc-serusb in my BSP,
so can anyone tell me where i can find or which BSP has this devc-serusb.

currently i am using iMX6 processor
BSP:BSP_freescale-imx6q-sabrelite_br-660_be-660_SVN737103_JBN5

Maddy 
Re: devc-serusb  
devc-serusb is a standard driver and ships with the QNX Neutrino SDP 6.6.0 .
You will find it in your base installation directory qnx660/target/qnx6/armle-v7/sbin

Dave