Difference between revisions of "AMOSi:Serial X"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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


Activates/deactivates the XON/XOFF handshaking system.


Serial X channel,xmode

A value of TRUE for Xmode disables handshaking. Any other value turns it on. Xmode should be loaded with the correct control characters. These must be specified in the following format:


Xmode=XON*$10000000+XOFF*$10000

Check Commodore's documentation for more information.