Re: [Libusbx-devel] bulk transfer error centos 6.5 (32-bit) on VirtualBox running on Windows 7 (64-bit)

2014-06-22 Thread Tim Roberts
On Jun 22, 2014, at 1:00 PM, Igor Furlan wrote: > > Now I am facing another problem. > > A call to usb_claim_interface returns 0 (meaning call was OK). > > The next call, after the usb_claim_interface, is a call to usb_control_msg. > > It returns -110 (aka it fails). You know that -110 tells

Re: [Libusbx-devel] bulk transfer error centos 6.5 (32-bit) on VirtualBox running on Windows 7 (64-bit)

2014-06-22 Thread Igor Furlan
Tim, thanks for the reply. I've removed the call to usb_set_configuration. The Error message went away. Now I am facing another problem. A call to usb_claim_interface returns 0 (meaning call was OK). The next call, after the usb_claim_interface, is a call to usb_control_msg. It returns -110

Re: [Libusbx-devel] bulk transfer error centos 6.5 (32-bit) on VirtualBox running on Windows 7 (64-bit)

2014-06-22 Thread Tim Roberts
On Jun 21, 2014, at 9:01 PM, Igor Furlan wrote: > I am trying to run I2C interface board > (http://nanorivertech.com/viperboard.html) on CentOS 6.5 installed on > virtual machine (VirtualBox) which runs on MS WINDOWS 7. > > When I run my small CLI program, I get back > > libusb: error [op_set_co