Teleorigin RB800 User Manual page 40

Table of Contents

Advertisement

#SDWBLOCK – Write data block to memory card
Example
FAT32 commands
12.10 FMKDIR – create a directory - #FMKDIR
#FMKDIR – create a directory
AT#FMKDIR=
<name>
Example
12.11 FCREATE – create a file - #FCREATE
#FCREATE – create a file
AT#FCREATE=
<name.ext>
Example
<CR><LF><greater_than><greater_than><greater_than>
after that 512 bytes can be send to microcontroler, in binary format.
The operations completes when all the bytes are received.
If writing ends successfully, the response is OK; otherwise an error is
reported.
Write to 6836th sector of memory card:
AT#SDWBLOCK=1AB3
>>> here receive the prompt; then send 512 bytes
OK
Create a directory in a current location
Where:
<name> - string, max 11 characters
Creating "newdir" directory:
AT#FMKDIR="newdir"
OK
Create a file in a current location
Creating "info.txt" file:
AT#FCREATE="info.txt"
OK
40

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rb900Rb800u

Table of Contents