[ trixie ]
[ sid ]
[ ソース: pyserial-asyncio-fast ]
パッケージ: python3-pyserial-asyncio-fast (0.16-1)
python3-pyserial-asyncio-fast に関するリンク
Debian の資源:
pyserial-asyncio-fast ソースパッケージをダウンロード:
- [pyserial-asyncio-fast_0.16-1.dsc]
- [pyserial-asyncio-fast_0.16.orig.tar.gz]
- [pyserial-asyncio-fast_0.16-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python library for asynchronous I/O with serial ports
This extension relies on pySerial and focuses on efficient asynchronous serial communication. By implementing eager writes similar to the asyncio selector_events in CPython, it reduces overhead associated with frequent addition and removal of asyncio writers. This efficiency is particularly advantageous for high-frequency serial communication tasks, enhancing overall performance.
その他の python3-pyserial-asyncio-fast 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port