Re: [pyusb-users] Newport Conex-CC Python Driver Using pyUSB

2018-06-05 Thread Xiaofan Chen
On Fri, Jun 1, 2018 at 9:48 AM, Sasha Yousefi wrote: > Hello, > Hope you are well. I am having trouble communicating with my device using > read and write. My code is able to recognize the device as well as get > attributes of the device. However, when I write to device using > dev.write(endpoint

Re: [pyusb-users] Newport Conex-CC Python Driver Using pyUSB

2018-06-02 Thread Tormod Volden
Hi Sasha, Without seeing your code it is difficult to help you. This device (USB-RS422 Cable) looks like something that the operating system will have drivers for, and will take control over. Regards, Tormod On Fri, Jun 1, 2018 at 3:48 AM, Sasha Yousefi wrote: > Hello, > Hope you are well. I

[pyusb-users] Newport Conex-CC Python Driver Using pyUSB

2018-05-31 Thread Sasha Yousefi
Hello, Hope you are well. I am having trouble communicating with my device using read and write. My code is able to recognize the device as well as get attributes of the device. However, when I write to device using dev.write(endpoint = 2, message = 'OR'), there is no change in the device. Here i