User`s guide
69_SDF.BAT
Convert all HP 3569A data files that are transferred over the RS-232 port to SDF. The default port is
‘’1’’ (COM1). The default baud rate is ‘’9600’’.
Syntax 69_SDF.BAT [port] [baud]
@echo off
set port69=%1
set baud69=%2
set temp69=temp69
if ‘%port69%’==’’ set port69=1
if ‘%baud69%’==’’ set baud69=9600
download /o %temp69%.x32 /p%port69% /b%baud%
x32tobin /o %temp69%.x32 %temp69%.bin
del %temp69%.x32
69tosdf /o %temp69%.bin
del %temp69%.bin
set port69=
set baud69=
set temp69=
Batch Files
69_SDF.BAT
C-13