Handbook
Glossary
factorcode.org
with-serial-port ( serial-port quot -- )
Vocabulary
io.serial
Inputs
serial-port
an
object
quot
an
object
Outputs
None
Definition
USING:
io.streams.duplex
kernel
;
IN:
io.serial
:
with-serial-port
( serial-port quot -- )
[
open-serial
]
dip
with-stream
;
inline