lua-users home
lua-l archive

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



On 21 Jun 2016, at 09:26, Tasty Minerals <tastyminerals@gmail.com> wrote:

Hi everyone, 
I want to write a simple script that will be able to send/receive signals over parallel port (LPT1) on Windows‎.
Does anybody know if there is a Lua library for parallel ports?

Best,
Pavel

Not that I know of. There are som libraries [1] that can talk to the parallel port (does that still exist?), but you’d have to write a binding for it. Though from a quick glance it has only 2 functions, so that shouldn’t be too hard.

Thijs