-
Hello,
Isn't the "`pyserial`" module missing from the "`requirements.txt`" file? Shouldn't it be added?
And shouldn't it be automatically installed when installing the "`dronekit`" module itself?
…
-
It should be possible to override appimage packages generated with `appimageTools.wrapType2`. I'm thinking something analogous to `overridePythonAttrs`.
E.g. something like this should work:
```ni…
-
```
Some RS232 based protocols require a longer period of dominant level ('0') as a
sync signal, therefore it would be useful if you could add this function, which
puts the TX line to '0'. pyserial …
-
FtdiSerial class is said to be compatible with pyserial.
Comment in read method says:
"If a timeout is set it may return less characters as requested"
So the following needs to be removed or at lea…
-
There is interresting wifi and bluetooth enabled port of GRBL to ESP32:
https://github.com/bdring/Grbl_Esp32
So it came to my mind, that we can support this. But then i found, that pyserial librar…
-
Can we please have a way to clear the debug monitor? And also way to have a customizable, or less verbose default output?
It seems that the built-in debug monitor / serial terminal tool is PySerial…
jnz86 updated
4 months ago
-
![c2](https://github.com/user-attachments/assets/42ecc53f-80b5-43b3-afc3-ab7da703d2a6)
![c3](https://github.com/user-attachments/assets/56c94fca-f03e-4f07-be60-8aa54a232323)
![c1](https://github.com…
-
`UART` is missing:
- `baudarte`
- `in_waiting`
- `timeout`
- `__enter__()`
- `__exit__()`
- `reset_input_buffer()`
I don't actually need these on Blinka right now, but because Blinka is used …
-
When I upgraded to the most recent Home Assistant 0.49.1 I started to get an error that insteon_plm could not be configured, with this in the home-assistant.log
```
2017-07-26 22:26:22 ERROR (Main…
-
My understanding is that common/ (and systrace/, which depends on it) shouldn't take a dependency on telemetry/.
Unfortunately, we're shipping telemetry/ in the Android SDK because battor depends u…