Warepire

Results 7 comments of Warepire

I've been getting similar effects on Linux, also intermittently. When it happens it sometimes copies a few chars, sometimes one or more lines, is consistent for the window after it...

> > Copying with mouse always works 100%. > > What do you mean by that? Are you saying vi mode copying doesn't work, or do you mean using the...

> Yeah, sounds like two different issues. Especially if you can reliably reproduce it maybe open a separate issue @Warepire, but if it's just an "every once in a while"...

The i2c bus addressing is 7 bits (or 10 bits for extended addressing, but that doesn't seem to be needed here), with the last bit of that byte determining if...

Although current_address is just assigned a byte directly from the i2c stream so it's missing the drop of the read/write bit?

Now I understand, I expected current_address to be the address of the currently addressed device. I suspect at this time it's no use to divide the struct up between bus...

Clarification, the PythonNET module is a module for the python interpreter which allows for calling dynamic-exposed objects in C#. Which means that in theory, you should be able to use...