![JDS Uniphase RX3 Series User Manual Download Page 50](http://html2.mh-extra.com/html/jds-uniphase/rx3-series/rx3-series_user-manual_3638172050.webp)
37
110 END
RS232 Interface Programming Example
The following sample program, written in MS-DOS Qbasic, controls the RX3 meter.
All RS232 messages must end with the terminating sequence <CR>.
10
OPEN "COM1 : 1200, N, 8, 2" AS #1
20
PRINT #1, "A00E"
' lockout keypad
30
PRINT #1, "A08E"
' backreflection mode
40
PRINT #1, "G"
' read measurement
50
INPUT #1, READING$
60
PRINT READING$
' display measurement
70
PRINT #1, "A99E"
' enable key pad
80 CLOSE
#1
70 END
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Summary of Contents for RX3 Series
Page 5: ...iv Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 12: ...xi Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 51: ...38 Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Page 53: ...40 Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...