[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.11 Kermit

27142 LAMLNAME
2F350 'LamKPSto
2EEBB SENDLIST ( {} → )
Internal SEND.
2EEBC GETNAME ( $/id/lam → )
Internal KGET.
2EEBD DOFINISH ( → )
Internal FINISH.
2EEBE DOPKT ( $ $' → )
Internal PKT.
2EEC1 DOBAUD ( % → )
Internal BAUD.
2EEC2 DOPARITY ( % → )
Internal PARITY.
2EEC3 DOTRANSIO ( % → )
Internal TRANSIO.
2EEC4 DOKERRM ( → $ )
Internal KERRM.
2EEC5 DOBUFLEN ( → % 0/1 )
Internal BUFLEN.
2F12E (DOSTIME)
Internal STIME.
2EEC6 DOSBRK ( → )
Internal SBRK.
2F130 (DOXMIT) ( $ → )
Internal XMIT.
2EEC7 DOSRECV ( % → )
Internal SRECV.
2EEC9 CLOSEUART ( → )
Internal CLOSEIO.
2EECB DOCR ( → )
Internal CR.
2EECD DODELAY ( % → )
Internal DELAY.
2F34B KDispRow2
2F34C KDispStatus2
2F333 EXCHINITPK
2F372 SENDEOT
2F374 SENDNAK
2F373 SENDERROR
2F376 SENDPKT
2F0E7 InitIOEnv
2F0E6 KERMOPEN
2EEC0 DOOPENIO
2F2FF OpenIO
2F35D OpenIOPrt
2F31A APNDCRLF ( $ → $' )
Appends carriage return and line feed to string.
2EECA docr
2F346 IOCheckReal
271A3 (IDIOPAR) ID IOPAR
2716D StdIOPAR ( → {} )
Default IOPAR: { 9600 0 0 0 3 1 }.
2EEBF GetIOPAR ( → %baud % % % % % )
Recalls IOPAR and explodes it into the stack.
2F062 StoIOPAR ( {} → )
STO the list of IO parameters in the HOME directory in the variable IOPAR.
2F37B SetIOPARErr Error C12h
Generates "Invalid IOPAR" error.
27A3A StdPRTPAR
2F063 StoPRTPAR
2F338 GetChkPRTPAR
2F312 OpenUartClr
2F313 OpenUart?Clr
2F0BC PRINT
2F362 PRINTxNLF
2F36A REMAP
2EECE SetEcma94
2F177 AllowPrlcdCl
2F361 PrintGrob
2F37D SetServMode
2F325 ClrServMode
2F377 SendSetup
2F386 TRPACKETFAIL
2F343 IncrLAMPKNO
Increases packet number.
2F33A GetKermPkt#
2F3A8 (RecvNextPkt)
2F34F KVISLF ( $ → $' )
String translation for transfer from HP to PC. Inserts <cr> (character 12) in front of every newline (character 10), and translates characters >127 to the corresponding backslash escape. Which translations are being made depends upon the current translation mode (the last number in the IOPAR variable, can be set with DOTRANSIO).
0: No translation
1: CRLF translation
2: CRLF and characters 128-159 (80h-9Fh)
3: CRLF and characters 128-255 (80h-FFh)
2F34E KVIS ( $ → $' )
Like <REF>KVISLF, but never translates newlines.
2F34D KINVISLF ( $ → $' $" )
String translation for transfer from PC to HP. Translates digraphs in the string to characters and removes <cr> (character 12) in front of newline characters. Which translations are actually made depends upon the current translation mode, see KVISLF. $" contains any incomplete trailing backslash sequence in the original string.
2F33B GETKP
2F371 SENDACK
2F375 SENDNULLACK
2F319 ACK_INIT
2F15A CHOOSE_INIT
2F331 ENCODE1PKT
2F330 ENCODE
2F32A DECODE
2F387 UARTBUFLEN
2EEC8 FLUSHRSBUF
2F364 PUTSERIAL
2F33F GETSERIAL
2F389 VERSTRING ( → $ )
Returns version string.
25F06 UART?
25F07 UARTxcp
2F3A7 (SEND_PACKET)
2F292 XEQIOBACKUP
00C10 kermpktmsg
00C0E kermrecvmsg
00C0D kermsendmsg


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Carsten Dominik on May, 30 2005 using texi2html