cserial-port
library for serial communication inspired by lispworks' serial-port
$ area51 add cserial-portCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cserial-port:some-function ...)