gpt4 book ai didi

Python - 在 Windows 中,如何与串口交互?

转载 作者:太空宇宙 更新时间:2023-11-04 08:14:43 24 4
gpt4 key购买 nike

Linux下使用fdpexpect模块与串口进行交互,如:

 fd = os.open(TTY, os.O_NONBLOCK|os.O_RDWR|os.O_NOCTTY)
child = fdpexpect.fdspawn(fd)

在Windows中,如何实现以上?

最佳答案

pyserial为串行端口提供平台无关的接口(interface)。

关于Python - 在 Windows 中,如何与串口交互?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16382558/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com