-
Notifications
You must be signed in to change notification settings - Fork 0
hamer/erlang-serial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published