Sartorius YDP20-0CE Installation Et Mode D'emploi page 27

Masquer les pouces Voir aussi pour YDP20-0CE:
Table des Matières

Publicité

Les langues disponibles

Les langues disponibles

User-defined Text Input for the First and Second Lines
(Vartext1, Vartext2)
§ This requires a computer (PC) with a BASIC interpreter.
The following BASIC program transfers text over the interface of a connected computer
(PC). The BASIC interpreter that comes with the computer executes this program.
CLS
PRINT
"
123456789012345678901234"
LINE INPUT "VARTEXT1 ? ", VarText1$
LINE INPUT "VARTEXT2 ? ", Vartext2$
OPEN "com1: 1200,0,7,1,CD0,DS0" FOR RANDOM AS #1
PRINT #1,CHR$(27)+"j"+VarText1$+"_"+CHR$(13)+C
HR$(10)
PRINT #1,CHR$(27)+"k"+Vartext2$+"_"+CHR$(13)+C
HR$(10)
CLOSE #1
27

Publicité

Table des Matières
loading

Table des Matières