Home > Vidicode > Communications System > Vidicode Argus Basic Programmers Reference Manual

Vidicode Argus Basic Programmers Reference Manual

    Download as PDF Print this page Share this page

    Have a look at the manual Vidicode Argus Basic Programmers Reference Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 9 Vidicode manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							ARGUS Programmable Modem 
    BASIC Programmers Reference Manual 
    © 1990 - 1997 Vidicode Datacommunicatie BV 
    258
      
    KEYBOARD & LCD codes 
    Keyboard codes: 
    The following codes are returned if port 6 is used for input with GET, GET$, KEY, KEY$ or INPUT: 
     
      SoftKey 1 = 65 
      SoftKey 2 = 66 
      SoftKey 3 = 67 
     SK1+SK2 = 68 
     SK1+SK3 = 69 
     SK2+SK3 = 70 
     SK1+SK2+SK3 = 71 
      0 - 9    = 48 - 57 
     *  = 42 
     #  = 35 
     REC   = 12 
       = 10 
     >>  = 9 
     >>>  = 13 
      Function 1 - 8  = 128 - 135 
     
    Pressing > + >> + >>> at the same time will directly jump to the modem’s AT-command-mode.  After that, returning to 
    BASIC-mode is done by entering AT*B.  This ‘stop’ function can be disabled by setting bit7 in address &49D (POKE
    &49D,&80), but care must be taken that the program can’t crash (define ON ERROR). 
    LCD display codes: 
    The LCD display is 2 lines of each 40 characters wide, but only 24 characters are visible!  The following codes can be used if 
    an output is done to port 6 with PUT, PUT$ or PRINT. 
     
      0  = NOP (no operation) 
      1  = Display OFF 
      2  = Display ON + Cursor OFF + Blink OFF 
      3  = Display ON + Cursor ON + Blink OFF 
      4  = Display ON + Cursor OFF + Blink ON 
      5  = Display ON + Cursor ON + Blink ON 
      6  = Shift Display Left 1 character 
      7  = Shift Display Right 1 character 
      8  = Cursor Left 1 character 
      9  = Cursor Right 1 character 
      10  = Cursor Down 1 line 
      11  = Cursor Up 1 line 
      12  = Clear Display & Cursor at Home 
      13  = Cursor at start of line (return) 
      14  = Cursor at Home 
     15-31 = reserved 
      32-127  = Normal ASCII characters 
      128-255= Special characters (lots of Japanese) 
      
    						
    All Vidicode manuals Comments (0)

    Related Manuals for Vidicode Argus Basic Programmers Reference Manual