Liking cljdoc? Tell your friends :D

irmagician.port


*default-read-timeout*clj


close!clj

(close! port)

get-serial-port-paramsclj

(get-serial-port-params async-port)

openclj

(open & opts)

open?clj

(open? port)

read-bytesclj

(read-bytes {:keys [in]})
(read-bytes {:keys [in]} n)

set-serial-port-paramsclj

(set-serial-port-params async-port m)

Streamcljprotocol

-close!clj

(-close! this)

-openclj

(-open this)

-open?clj

(-open? this)

-read-byteclj

(-read-byte this)

-writeclj

(-write this data)

with-timeoutcljmacro

(with-timeout t & body)

writeclj

(write port data)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close