47
47
english
Delete file MUSTER1 from the directory in the Handy Programmer.
The host sends
'E MUSTER1_ \' BCC (5C Hex)
File name (filled out to 8 bytes) *)
The Handy Programmer acknowledges with
<ACK> '0'
Data within angle brackets are control characters.
Values inside apostrophes represent the respective character(s) in ASCII code.
1) The Quit command is not permitted at this point.
2) <ACK> '0' is returned as acknowledgement if there is no error, or <NAK> + 'Error No.' if an error occurs.
3) If the file name is shorter than 8 characters, it must be filled out to 8 characters using spaces (20
Hex
).
This command is used to delete a file stored in the Handy Programmer.
Task
Data Flow
Command
Dateiname 3)
End
Acknowledge 2)
Delete a file in
the Handy
Programmer
from host system to BIS
'E'
'D7 ... D0'
'MUSTER_ _'
BCC
from BIS to host system
<ACK>'0' or
<NAK> + Error-No.
1)
Telegram example:
Delete file in Handy
Programmer
with BCC block check
Working with files over the serial interface
Telegram Structure and Examples
Delete a file in the
Handy Programmer
*) A space _, used for filling out the file name must also be accounted for in the BCC.
M-81_854610_E_0703.p65
48
english
48
Data within angle brackets are control characters.
Values inside apostrophes represent the respective character(s) in ASCII code.
1) The Quit command is not permitted at this point.
2) <ACK> '0' is returned as acknowledgement if there is no error, or <NAK> + 'Error No.' if an error occurs.
3) If the file name is shorter than 8 characters, it must be filled out with spaces (20
Hex
).
This command is used to delete all files in the Handy Programmer.
Task
Data Flow
Command
End
Acknowledge 2)
Delete all files in
Handy Programmer
from host system to BIS
'K'
BCC
from BIS to host system
<ACK>'0' or
<NAK> + Error-No.
1)
Delete all files in the Handy Programmer
The host sends
'K K' BCC (4B Hex)
The Handy Programmer acknowledges with
<ACK> '0'
Telegram example:
Delete all files in the
Handy Programmer
with BCC block check
Working with files over the serial interface
Telegram Structure and Examples
Delete all files in the
Handy Programmer