lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You are most welcome. I am happy that one of the links was helpful. 

- Andrew Starks

On Apr 1, 2020, at 20:33, Jeonghum Joh <oosaprogrammer@gmail.com> wrote:


Hi Mr. Starks,
I appreciate you. The location - https://github.com/unwireddevices/lua-serial - you pointed is like a present for me! It includes Makefile for openwrt already. I am handling openwrt now.

I think I can start from this opensource.

Thank you very much!
Jeonghum

2020년 4월 2일 (목) 오전 5:58, Andrew Starks <andrew@starksfam.org>님이 작성:


On Wed, Apr 1, 2020 at 4:21 AM Jeonghum Joh <oosaprogrammer@gmail.com> wrote:
Hello,

I have to implement a SW that does ATcommand communication with a modem.
The modem is LTE or 5G modem.

I know there are a few serial communication apis in lua world.
Is there any open source lua program that implement AT command?

Thank you in advance!
Jeonghum

Not super sure about exactly what you need, but it sounds like you need something that can help you with a serial port interface? If so, you may check out:


or maybe Lua-serial


here are some notes and pointers on the topic:


Depending on what you're doing, Love2D can be an interesting playground and it includes serial port support:



LibUV / Luvit is another environment that is easy to work with and has serial port support:



There is another one that I was looking for, but couldn't find it... starts with a p...

Anyway, your question caught my interest because I've been poking around a similar question, as well.



--
Andrew Starks