-
### Related area
platform support for esptool
### Hardware specification
(relevant to all)
### Is your feature request related to a problem?
If pyserial is not installed on the base system, espto…
egnor updated
6 months ago
-
Probably an issue unique to my setup.
Connection fails. Terminal returns **'write_timeout is currently not supported'** when connecting to my RFC device hosted via [pyserial](https://pythonhosted.…
-
https://github.com/makerbot/pyserial/compare/CMakeConversion-1#diff-af3b638bc2a3e6c650974192a53c7291R1
`message("configureing pyserial")` should be `message("configuring pyserial")`
-
Hi,
In ordinary pyserial I can do:
`
self.serial_port.reset_input_buffer()
self.serial_port.reset_output_buffer()`
With pyserial_asyncio I try to do:
`sel…
-
Bonjour,
J'utilise SerialServer pour me connecter à mon module TIC via le réseau.
Quand je tape mon url : rfc2217://192.168.42.239:2217 , j'ai une erreur : Erreur inattendue
Coté Logs HA, j…
-
- ### Open
- [ ] 포트 스캔 기능
- [ ] 알려진 연결 기기 정보표시
- [ ] 데이터를 IO할 포트 네임 지정
- [ ] Baud rate 변경
- [ ] Data size 변경(bits)
- [ ] 기타 정보 지정(Parity, handshake, flow control ...)
- [ ] 새 창으…
-
Sometimes the MyCobot280pi stopps working.
With this testscript it shows me, that there are Errors. Why.
The only solution is to power it off and on with the switch.
```
from pymycobot import My…
-
Suggest to change import to using "pyserial-asyncio" instead of "asyncio"
https://github.com/pyserial/pyserial-asyncio
This is what zigpy-deconz is using as a depenency:
https://github.com/z…
Hedda updated
5 years ago
-
`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…