Brendan Simon

Results 43 comments of Brendan Simon

I run the `unpack.pl` script on my `.Sch` and `.PCB` files. It seems to complete without error (return code is `0`), but nothing is generated except for an empty directory....

Ok. Got a little further in the sense that a `...-kicad.sch` and `...-kicad-cache.lib` file was generated, but opening the `.sch` shows an empty sheet. The contents of the `.sch` show...

Yes, `aenum` with proper type checking would be awesome, or a separate package such as `types-aenum` :) I have worked around it another way by using Python3 `enum` for type...

> I would like to echo the request for more fully-featured converters (whether via this or #146) - especially the ability to take `self` as an arg. (while acknowledging the...

+1 for me !! When there are lots of branches with lots of commits it is hard to see the recent branch and an older branch (maybe years old). E.g....

There are quite a few people that have this issue. I've googled long and hard but cannot find an answer. I have a Virtual Com Port installed (COM90 COM91 loopback)...

I've investigated this issue further. The Embarcadero C++ app does work, however when I debug it I can see that the call to `SetCommState()` fails (returns `false`), but the code...

OK. So it looks like the Win 10 CDC drivers are more thorough and more fussy than Win 7 (and prior presumably). I was using an STM32 controller with in-built...

I opened #362 to discuss or get some advice on changes to PySerial to work better with Windows 10.