MyFPGA Forum

 找回密码
 注册
搜索

Serial Bandwidth Monitor 3.4 -

while True: data = port.read(port.in_waiting or 1) bytes_rx += len(data) elapsed = time.time() - start if elapsed >= 1.0: bps = bytes_rx / elapsed print(f"Bandwidth: {bps:.0f} B/s") bytes_rx = 0 start = time.time() If you instead wanted (your own tool, not a copy of an existing v3.4), let me know the platform (Windows/Linux), programming language (Python/C#/C++), and specific features. I'll be happy to help you build a new, original version.

小黑屋|手机版|Archiver|MyFPGA

GMT+8, 2026-3-9 07:23 , Processed in 0.044950 second(s), 19 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表