lua-users home
lua-l archive

Search lua-l

This index contains 143,604 documents and 1,774,497 keywords. Last update on 2023-03-08 .

Query: [How to search]

Display: Description: Sort by:

Results:

References: [ serial: 492 ] [ interface: 4819 ]

Total 94 documents matching your query.

1. Re: Serial interface binding (COM port) (score: 487)
Author: Stefan Sandberg <keffo.sandberg@...>
Date: Thu, 27 Sep 2007 12:06:52 +0200
http://giger.servebeer.com/pics/Development/Lua/Serial.zip Or, use this, it's already been "ripped out" :) LuaX is a by-gone project, and no longer maintained. The serial module sources are currently
2. Re: Serial interface binding (COM port) (score: 454)
Author: Asko Kauppi <askok@...>
Date: Thu, 27 Sep 2007 10:12:19 +0300
LuaX is a by-gone project, and no longer maintained. The serial module sources are currently available at "svn:// slugak.dyndns.org/public/2007/Serial". You will need also the gluax. [ch] files from
3. Re: Serial interface binding (COM port) (score: 438)
Author: Ketmar Dark <ketmar@...>
Date: Thu, 27 Sep 2007 06:57:12 +0300
hello, "????????? ??????" <leykina@gmail.com>. i believe that Asko has com-interface in his package. look at http://kotisivu.dnainternet.net/askok/luax/ you can use his package or just rip the necess
4. Serial interface binding (COM port) (score: 433)
Author: "????????? ??????" <leykina@...>
Date: Wed, 26 Sep 2007 21:08:10 +0300
Hello all! Help me please. I search Lua5 package for work with serial interface (COM-port). I want create simple terminal emulator with Lua-Script backend. First for Win32-platform... On Linux proble
5. Re: How to use serial port to communications (score: 353)
Author: skkxl <superkkxl@...>
Date: Thu, 25 Oct 2007 09:08:22 +0000 (GMT)
Of course I have already read in the mailing list but anyway I could not get success, so I wrote in the lua mailing list, I think I would find a quickly solution, but nobody answer about it, although
6. Re: How to use serial port to communications (score: 297)
Author: Asko Kauppi <askok@...>
Date: Wed, 24 Oct 2007 19:23:17 +0300
Lua mailing list search:   http://lua-users.org/lists/lua-l/ "serial interface" -> http://lua-users.org/cgi-bin/namazu.cgi?query=serial+interface&sort=score&idxname=lua-l&max=20 Super Macho kirjoitti
7. RE: Serial I/O Support (score: 292)
Author: "King, Mike" <MKing@...>
Date: Wed, 6 Jan 2010 10:11:19 -0500
I agree the *NIX-like way of doing things is cool. I would like to know how serial communication ways in Linux. I would imagine the API is much more powerful giving the history. As a personal projec
8. Re: Serial I/O Support (score: 284)
Author: steve donovan <steve.j.donovan@...>
Date: Wed, 6 Jan 2010 16:51:18 +0200
What's so cool about serial on Linux is that you really can just open /dev/ttyS0 (aka 'COM1') and treat it like any file (tho remember to f:flush() occaisionally). Except, you need to set the comm pa
9. serial port from Lua (testers needed!) (score: 284)
Author: Asko Kauppi <asko.kauppi@...>
Date: Sat, 26 Apr 2003 15:04:47 +0300
Hi, all. I've done a Serial Port access module for Lua last week, and would like to get 'field feedback' from other developers/users. It's part of gluax 2.12 but not available for download yet (i can
10. Re: Serial I/O Support (score: 276)
Author: RJP Computing <rjpcomputing@...>
Date: Wed, 6 Jan 2010 11:11:14 -0500
steve donovan <steve.j.donovan@gmail.com> [2010-01-06 16:51:18]: Hi Steve, you might've missed my post, but I do have cross-plaftorm library[1], I use it for almost 3 years now on Linux, Win32 and Wi
11. Re: Serial I/O Support (score: 276)
Author: Petr ?tetiar <ynezz@...>
Date: Wed, 6 Jan 2010 16:32:11 +0100
steve donovan <steve.j.donovan@gmail.com> [2010-01-06 16:51:18]: Hi Steve, you might've missed my post, but I do have cross-plaftorm library[1], I use it for almost 3 years now on Linux, Win32 and Wi
12. Re: Serial I/O Support (score: 268)
Author: "Lyndon Nerenberg (VE6BBM/VE7TFX)" <lyndon@...>
Date: Wed, 6 Jan 2010 09:09:25 -0700
Really? The original ioctl(2) interface was a nightmare, but tc[gs]erattr is about as straight-forward as it gets. My concern over all these 'libraries' is they tend to add yet another dependency wh
13. Re: AW: Controlling hardware with lua (via USB interface)? (score: 187)
Author: Enrico Colombini <erix@...>
Date: Fri, 23 Apr 2004 22:41:49 +0200
The cleaner (and recommended) way is to find the appropriate C calls of the win32 API (or of the external library, or of the driver) for managing USB communications and then write a few small C funct
14. Re: AW: Controlling hardware with lua (via USB interface)? (score: 186)
Author: Asko Kauppi <asko.kauppi@...>
Date: Tue, 27 Apr 2004 23:45:05 +0300
Do note that the support of extra control bits (CTR etc.) varies _hugely_ from USB dongle to the other. You need to test a certain dongle & driver combination to see whether the bits are supported. -
15. AW: Controlling hardware with lua (via USB interface)? (score: 186)
Author: <Goetz.Kluge@...>
Date: Mon, 26 Apr 2004 09:46:31 +0200
Hi Asko and all the others, Thanks for the hints to and from Asko. Using the COM interface perhaps is the most pragmatical solution now. If there is a machine with USB only, I'll use an USB/RS232 con
16. Re: Controlling hardware with lua (via USB interface)? (score: 181)
Author: Renato Cerqueira <rcerq@...>
Date: Fri, 23 Apr 2004 18:14:37 -0300
You can check if there is a COM API to access USB ports. In this case, you could use LuaCom to access them. (it works with the COM interface for serial ports). Regards, Renato I need bidirectional ac
17. Re: Controlling hardware with lua (via USB interface)? (score: 176)
Author: Asko Kauppi <asko.kauppi@...>
Date: Sat, 24 Apr 2004 04:48:02 +0300
Use LuaX and the serial port control bits. They can be programmed individually, and your script will work as well on both Windows and Linux. http://www.testbox.fi -ak 23.4.2004 kello 15:05, <Goetz.Kl
18. Re: Want some advice on how to implement ATcommand handling with Lua. (score: 145)
Author: Andrew Starks <andrew@...>
Date: Wed, 1 Apr 2020 21:08:34 -0500
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 loc
19. Re: Want some advice on how to implement ATcommand handling with Lua. (score: 145)
Author: Jeonghum Joh <oosaprogrammer@...>
Date: Thu, 2 Apr 2020 10:33:19 +0900
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 no
20. Re: Want some advice on how to implement ATcommand handling with Lua. (score: 112)
Author: Andrew Starks <andrew@...>
Date: Wed, 1 Apr 2020 15:58:08 -0500
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 ther

Search by Namazu v2.0.21