llcom
llcom copied to clipboard
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
一直有这个bug的上报,先记一下,目前原因不明 ## System.ComponentModel.Win32Exception: 配额不足,无法处理此命令。 at MS.Win32.UnsafeNativeMethods.PostMessage(HandleRef hwnd, WindowMessage msg, IntPtr wparam, IntPtr lparam) at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet) at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam) at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr...
https://github.com/chenxuuu/llcom/issues/48 我是想在串口那个位置使用 tcp/udp 和sscom那种使用,这样 socket 也可以使用 发送列表 然后 lua脚本里只需要 local r,udata = sys.waitUntil("channal",1000) 这里的 channal 为通用型的接口,即当前选择了什么类型的硬件,实际发送的是什么,即lua脚本不关心/或者说可以不知道 是tcp 还是 uart
### 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 目前只能对一个串口进行自动化测试 ### 描述您想要的解决方案 / Describe the solution you'd like 比如连接了n个串口,则可以都打开,通过脚本对各个串口来的数据进行处理 ### 描述您想要的详细使用步骤描述 / Describe the solution you'd like...
## 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 比如 串口使用HEX日志,Socket客户端使用文本(我们是用的JSON格式) ## 描述您想要的解决方案 / Describe the solution you'd like 目前的通用消息接口,可以灵活的处理来自各个方面的数据 如果可以在设置中为不同的通道设置不同的日志格式就更棒了 另外比如Socket是否可以拿到链接成功和断开连接的消息呢 ## 描述您考虑过的替代方案 / Describe alternatives...
## 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 看了很多软件,特别是功能很多的那些上古软件,都感觉有丶丑。群主这个风格挺简约的,要是有个深色模式就好了 ##...
使用快捷发送编辑带‘~’字符的固定格式,字符可根据需要自定义调整,需要在head.lua增加方法重载,返回转换前的数据,用HEX状态做为生效和不生效的判断状态 apiQuickSendList = function (id, isTrans) if isTrans then return apiQuickSendList(id) else return oldapiQuickSendList(id) end end
## 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 如题,下略 ## 描述您想要的解决方案 / Describe the solution you'd like A clear and concise description of what you want...
### 您的功能请求是否与解决某些问题有关?请描述一下。/ 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...
### 描述一下这个bug / Describe the bug 输出内容达到了数千行,此时往往需要拖动滚动条来查看之前的打印,但是出现一个现象:每隔一段时间,窗口滚动条莫名其妙会自动跳变至前面某一位置,导致我要反复拖动滚动条 ### 复现步骤 / To Reproduce 输出内容达到了数千行 ### 预期的行为 / Expected behavior 滚动条不会自动跳变 ### 截图 / Screenshots #暂无 ### 日志 / Logs #暂无 ###...
### 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 优化 ### 描述您想要的解决方案 / Describe the solution you'd like 优化 ### 描述您想要的详细使用步骤描述 / Describe the solution you'd like...