Add support for serial devices as socket streams on unix.

This commit is contained in:
Sam Roberts
2012-02-23 17:12:37 -08:00
parent 3b19f2a7ed
commit b1f7c349b5
6 changed files with 265 additions and 1 deletions

1
config
View File

@ -11,6 +11,7 @@ MIME_V=1.0.2
SOCKET_SO=socket.$(EXT).$(SOCKET_V)
MIME_SO=mime.$(EXT).$(MIME_V)
UNIX_SO=unix.$(EXT)
SERIAL_SO=serial.$(EXT)
#------
# Lua includes and libraries