全 85 件が検索されました。(81 - 85件を表示)
- マニュアル
... default setting is 0.) (mode) 0 : All variables are initialized. 1: All variables except backup variables are initialized. When the mode is set to 1, CLEAR will initialize all variables that don’t start with characters specified by the VARBACK command. 72 ...
- マニュアル
... only be written in whole bytes and 2 hexadecimal characters make up one byte. Up to 256 characters can be entered. Set the communication protocol of the Hand-held Reader Writer with its DIP switch to match the protocol of the host computer. 10 ...
- マニュアル
...130 140 150 160 170 180 190 200 210 220 230 240 250 260 270 280 290 300 310 320 330 340 ’***** V670-CD1D SAMPLE PROGRAM ***** CLS OPEN “COM:E73NN” AS #1 ’ ’***** MAIN LOOP **** *LOOP LINE INPUT “Input TX Data : “, ITD$ TXD$=ITD$+”*”+CHR$(13) PRINT “[TX] : “;ITD$ PRINT #1,TXD$; GOSUB *RECEIVE PRINT “[RX] : “;REC$ GOTO *LOOP ’ ’***** RECEIVE DATA ***** *RECEIVE RXD$=” “ WHILE (LOC(#1)=0):WEND WHILE (INSTR(RXD$,”*”+CHR$(13))=0) RXD$=RXD$+INPUT$(1,#1) WEND REC$=LEFT$(RXD$,LEN(RXD$)-2) RETRUN ’ END ’Opens a RS-232C port. ’Inputs a command data. ’Sets a data string ...
- マニュアル
...DR 6 Green SD CS 7 Red VCC RS 8 Black S.GND - 9 Shield F.GND Shield Cover 5VDC (Supplied from outside) 0V Example of BASIC program 100 CLS 110 CLOSE #1 120 OPEN "COM:N81NN" AS #1 130 BCDATA$="" 140 AA$=INPUT$(1,#1) 150 IF AA$=CHR$(&H03) GOTO 170 160 BCDATA$=BCDATA$+AA$:GOTO 140 170 PRINT "READ DATA=" ; BCDATA$ 180 GOTO 130 88 Signal name V500-R521B2/C2 User’s Manual V500-R521.book 89 ページ 2008年7月18日 金曜日 午後1時1分 Section 5...
- マニュアル
... strings as character strings type exceeds 255 characters. Syntax error is occurred when you specify wrong formatting; typographical error of macro function's name, no comma or no spaces. Usage Cautions None. Example Rem Close the Console Window. shell "cmd.exe /C ...