lua-users home
lua-l archive

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


Hello Mr. McCracken,

You are right and I think I've found one fantastic thing from Mr. Starks.
Thank you!
Jeonghum

2020년 4월 2일 (목) 오전 6:06, Tim McCracken <Tim.McCracken@utelety.com>님이 작성:

 

AT command support is pretty straightforward since it works with ASCII strings.  I would focus on finding a good library supporting serial port operations for whatever platform you are on.

 

Now if you have to support X,Y, or Z-modem…, or something like that, that’s a different challenge.

 

 

From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On Behalf Of Jeonghum Joh
Sent: Wednesday, April 01, 2020 4:21 AM
To: Lua mailing list <lua-l@lists.lua.org>
Subject: Want some advice on how to implement ATcommand handling with Lua.

 

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