Skip to content

Getting a connection. #9

@cuniculture

Description

@cuniculture

Hi Guys, I've just installed the software for my USB-204 (Windows 10). I can connect to the device using the TracerDAQ software from MCC. The device appears to be working OK.

Now I am trying to connect to the device with PyDAQFlex like this:

import daqflex
dev=daqflex.USB_204
print(dev)

and was getting an error 'device not found'. I saw another suggestion to try using just the usb module like this:

import usb
dev = usb.core.find(idVendor=0x09db, idProduct=0x0114)
print(dev)

When I run this it returns:
None

I am using Windows 10, and Python 3.5.1. I installed PyDAQFlex in my projects venv without any errors:
easy_install pydaqflex

Can you please help me to get connected to my device using PyDAQFlex?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions