Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经制作了一个程序,用于通过串行端口与 pyserial 通信两个设备。我想通过串行链接发送和接收几个文件。我已经看到这可能与 xmodem 或 kermit 有关。没有 kermit/xmodem 直接使用 python 有什么方法可以做到这一点?
您是否尝试过xmodem软件包?
否则你应该自己实现一个(更简单的)校验和协议。
我的观点是,使用某些标准可以让您更好地与其他(外部)软件集成,有朝一日......