cserial-port

MIT

library for serial communication inspired by lispworks' serial-port

$ area51 add cserial-portCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cserial-port:some-function ...)