Pat Pannuto

Results 101 comments of Pat Pannuto

Hah! Nice catch.. I don't actually have any Windows machines, so all of the windows code in this library is from other folks. Given that it's not actually doing anything...

Can you capture a trace with more verbose logging? i.e. at the start ```python import logging logging.basicConfig(level=logging.DEBUG) ``` should show what's going on in the underlying communication protocol

``` DEBUG:saleae.saleae:Send >IS_PROCESSING_COMPLETE< DEBUG:saleae.saleae:Recv >ACKTRUE ACK< ``` That looks like a bug on Logic's end, I don't think that is a valid response to that command, @Marcus10110 any insight?

Hi @Marcus10110! I'm excited to see first-class support for scripting coming to Logic2. I took a quick look over the plans and frankly they look very reasonable to me. The...

Sounds good. I really appreciate the Saleae ethos and support for educational folks and hobbyists, happy to help in whatever small way I can. If it's easier for some of...

How do you reset a powerblade's orientation if you move it to a new device? On Fri, Jul 22, 2016 at 3:02 PM Branden Ghena [email protected] wrote: > Need to...

- [x] Check that caps are on `VDDCORE` not `VDDOUT`

- Module silkscreen for `I2C_C` runs into the pin and cuts off, hard to read difference from `I2C_D`. Change to `SCL` and `SDA`.

- [x] Check that caps are on `VDDCORE` not `VDDOUT`

Moving from #26 here: - [x] Add LED for fake radio module.