•  Back 
  •  Schnittstellenprogrammierung 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File4.16.3  ExtRsConf                                                  TOS

 Name:         »RS-232/RS485 configuration« - konfiguriert die 
               RS-232/RS485-Schnittstelle.

 Xbiosnummer:  162

 Deklaration:  int32_t Xbios( 162, int16_t command, int16_t device, 
               int32_t param );

 Beschreibung: Die XBIOS-Routine ExtRsConf konfiguriert die serielle 
               Schnittstelle

                Parameter  Bedeutung 
                command    0x0000 - return 0 to check that ExtRsConf 
                                    is present 
                           0x0001 - set port driver mode: 
                                    param = 0 -> RS232 
                                    param = 1 -> RS422 
                                    param = 2 -> RS485 
 
                device     BIOS device (6 = MFP serial, ...) 
 
                param      s.o. 

               Hinweis: Die Funktion ist für die Hardware des Milans 
               2.1. Die Version gibt es allerdings nur als 
               Spezialversion und ist nicht frei verfügbar.

 Ergebnis:     E_OK (0) - OK
               EUNCMD (-3) - unknown command
               ERROR (-1) - general error
               EUNDEV (-15) - unknown device

 Verfügbar:    Die Funktion ist ab dem MilanTOS mit dem Datum 9.6.2002 
               vorhanden.

 Gruppe:       Schnittstellenprogrammierung

 Querverweis:  Binding