Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
invalid-baud ( baud -- * )
Vocabulary
io.serial
Definition
IN:
io.serial
TUPLE:
invalid-baud
{
baud
read-only
}
;
USING:
kernel
;
IN:
io.serial
:
invalid-baud
( baud -- * )
\
invalid-baud
boa
throw
;
Methods
USING:
accessors
io.serial
math.parser
sequences
summary
;
M:
invalid-baud
summary
baud>>
number>string
"Baud rate "
" not supported"
surround
;