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
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
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