AMOSi:Serial Check

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-4/Help_47.AMOS


Asks the device for a read-out of its current status. You can use it to check whether all the information you've transferred with a previous SERIAL SEND command has been correctly sent.


test=Serial Check(channel)

test = FALSE (0) -> the last serial command is still being executed.
= TRUE (-1) -> All done!