Skip to content

hamer/erlang-serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialPort for Erlang

This is a simple implementation of a serialport erlang-port, which works on
Linux and Windows.

Examples:
SP = serial:start().
SP ! { enumerate }.


SP = serial:start([ { enumerate } ]).


SP = serial:start([ { baudrate, 19200 }, { open, "/dev/ttyUSB1" } ]).
SP ! { send, "hello" }.
SP ! { close }.
SP ! stop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published