
wenn ich die Firmware auf den SRV1 hochlade per script, dann bleibt der Upload stehen beziehungsweise beginnt nicht
--------< code >--------
connect '192.168.0.50 10001 /B'
if result=0 goto error
sendln 'V'
if result=0 goto error
sendln 'X'
if result=0 goto error
xmodemsend 'D:\_firmware\srv1.ldr' 1
if result=0 goto error
if result=1 goto flush
; error. stop macro
:error
messagebox 'Error!' 'Tera Term'
end
:flush
sendln 'V'
if result=0 goto error
sendln 'zZ'
pause 3
sendln '$!'
pause 1
sendln 'V'
pause 1
disconnect
--------</ code >--------