serial-port --- serial port library for Common Lisp
This is a portable serial port library for various Common Lisp implementations, it is compatible with the LispWorks SERIAL-PORT package but also adds some extended functionality.
See docstrings for documentation.
Currently supported Common Lisp implementations:
- SBCL
Patches for additional implementations is very much welcome, please send them to ams@gnu.org.
Deviations and Additional Features from LispWorks SERIAL-PORT
WITH-SERIAL-PORT: new macro that wraps body around a temporarily opened serial-port.
GET-SERIAL-PORT-STATE: accepts the optional :BAUD-RATE keyword (only SBCL).