chenxuuu / llcom

🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
https://llcom.papapoi.com/
Apache License 2.0
823 stars 201 forks source link

udp-server增加到lua脚本 #162

Open www220 opened 5 months ago

www220 commented 5 months ago

您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe.

apiSetCb没有接受到udp的数据报文,导致udp的通讯测试无法写脚本,求大佬支持

描述您想要的解决方案 / Describe the solution you'd like

apiSetCb支持udp

描述您想要的详细使用步骤描述 / Describe the solution you'd like to use in what way

send支持udp

其他备注信息或截图 / Add any other context or screenshots about the feature request here

No response

LuaRobot commented 5 months ago

⚠ 你的Issue可能缺少了一些信息,请自觉补全,以证明issue内容的真实性:

⚠ Your issue may be missing some information, please complete it to prove the authenticity of the content of the issue:

chenxuuu commented 5 months ago

udp的发和收是独立的两个页面,发的话有本地socket通道,收还没加,有空加上

onlyistranger commented 3 months ago

同求支持udp的接收回调,方便udp测试