Satya Mishra

Results 30 comments of Satya Mishra

@krister-ts Glad we're in agreement on this. I think may be an example usage and a test will clarify it. Are you using this transport function?

@krister-ts We can think about configuration later. I don't understand asyncio at all. If you could add an example for may be reading the serial number or anything else, it...

FTDI has a [FAQ on this subject](https://www.ftdichip.com/Support/Knowledgebase/index.html?whyismydevicenotdetected.htm). I guess we could add a `listDeviceCount` that bypasses collecting the description strings.

I think a better API was needed. Thanks for working on this. Could you fix the formatting issues? No tests break with the changes?

For a library, it's important not to break existing code. Let's not change the return types.

@krister-ts Sorry, super swamped with day-job right now. This will have to wait a little bit, if that's OK with you.

I've been thinking how to do CI for embedded systems and peripherals. QEMU may be one way to do it without increasing complexity a lot. Anycase, this is just to...

Interesting, that'd be neat. Unfortunately, I have no time to go into it. I'd take a PR though. :)

I'm curious @krister-ts . Since Python is perfectly happy with `FT_EE_Read`, what is the use case for `FT_EE_ReadEx`? Calling the function would be a bit clunky. EDIT: never mind. I...