LuatOS icon indicating copy to clipboard operation
LuatOS copied to clipboard

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)

Results 7 LuatOS issues
Sort by recently updated
recently updated
newest added

对于socket,是否需要导入模块 require "sys" socket.tsend("www.baidu.com", 80, "GET / HTTP/1.0\r\n\r\n")

### 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. Luatool在macos的windows虚拟机环境下无法烧录,ectools在ubuntu虚拟机中正常工作,有没有办法使用ectool烧录lua代码? ### 描述您想要的解决方案 / Describe the solution you'd like 在虚拟机中使用luatool ### 描述您想要的详细使用步骤描述 / Describe the solution you'd like...

luatools is close source and only for windows, it even can not run with wine on Linux. **Update:** I have write a tool [luatos-utils](https://github.com/cjacker/luatos-utils) to convert lua script and generate...

### 描述一下这个bug / Describe the bug 1、使用AT指令修改默认波特率,复位后仍然不生效 2、配置air601为TCP服务器,发送100多次后再发送就失败了,但是发送失败情况发生前后,接收一直正常 ### 复现步骤 / To Reproduce 1、使用AT指令修改默认波特率,对应指令为 AT+UART_DEF=9600,8,1,0,0,正常响应OK,但是复位后使用9600波特率无法通讯,仍然得使用115200波特率才有反馈,并且查看默认波特率配置是有修改为9600 2、配置air601为TCP服务器,正常连接上后间隔200ms间隔自动发送数据给对应客户端,前面114次正常发送,客户端也是正常接收,但是114次后air601发送显示失败,但是air601出现发送失败的情况后,手机客户端发送的数据仍然可以正常接收,打印在串口助手上,并且是客户端实时的数据,复位601,重新配置tcp服务器后依旧是前面的114次正常,往后就发送失败 ### 如果正常,应该是什么样 / Expected behavior ![tmpA3C4](https://github.com/openLuat/LuatOS/assets/151120741/73a0c956-974d-42e6-a3e0-282e763b5e96) ### 截图 / Screenshots ![tmp4102](https://github.com/openLuat/LuatOS/assets/151120741/582a46b1-fe9f-474f-a395-74ae5fffc0ee) ### 日志 /...

bug

RT,使用Air105开发板做飞控,遥控器信号想走sbus或者ppm输入,这样可以省下pwm口,用来输出。想请教一下,怎么读入这样的信号(比如走uart口之类的,但好像还没有可用的、封装好的函数),并分出来各通道的值。

Hello, we need to be able to define a prefered operator, just like AT+COPS or AT+CPOL, what is the correct way to do this from LUA?