Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.17.4 Cauxout TOS Name: »Character auxiliary output« - Write a character to the serial port. Opcode: 4 Syntax: int32_t Cauxout ( int16_t c ); Description: The GEMDOS routine Cauxout writes the character c to GEMDOS handle 2 - normally the serial port aux:. Note: The function works correctly with redirection of input/output only as of GEMDOS Version 0.15. Atari recommends the use of the BIOS function Bconout instead. Return value: The function returns a negative value in case of error. Availability: All GEMDOS versions. Group: Character input/output See also: Binding Cauxin Bconout