Last updated 5 years ago
Was this helpful?
本模块封装了串口通讯模块初始化、TCP通讯模块初始化函数。帮助用户快速开发FreeIOE应用。
创建串口通讯模块,此模块是封装了超时功能的serialchannel对象。
function _M.new_serial(conf, name) end
创建网络通讯(TCP)模块,此模块是封装了超时功能的socketchannel对象
function _M.new_socket(conf, name) end
app.port.helper模块
function _M.helper end