D
D
Dmitry2016-03-21 12:42:19
linux
Dmitry, 2016-03-21 12:42:19

How to write a device driver (USB connection) in Python?

I have a device (id800-TDC) connected to a computer via USB. There was a need to work with this device on Linux OS. However, the software only exists on Windows. Please tell me how using python you can organize normal work with TDC on Linux?
There is an idea to write a driver, but no idea how and what it will be like.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2016-03-21
@dimonchik2013

look
at https://github.com/walac/pyusb/blob/master/docs/tu...
but, honestly, xs what will happen with your idea
, there are some user libraries in C there, maybe it makes sense to pick them up ?

K
kale, 2016-03-21
@kale

It is important to find information about the communication protocol with the device. Everything else (what to write on, what to write under) is already easy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question