Chapter 7. Data Manager
SOCTEST - USER'S GUIDE

In this chapter, it describes about the data management and how to edit.

In Data Manager view, creates, refers, edits, and deletes a data.

Creation a data

With tapping New Data, moves to the next input view. Then, inputs data name and creats a empty data.
The created detas are listed in Data Manager view.

In sending with sendXXX(2), uses this data as a customized data.
The maximum number of data for sending that can be registered is 32 (includes the number of received data saved).


Referense a data

With tapping a data row of list, moves to the binary editor view.
Data for sending is editable, and received data is read only.
This view is consists of ASCII text area, Hexadecimal (HEX) dump area, and operation menu.
If a data does not fit on the screen size of each view, you can displays the data on full view.

The encoding of multibyte code in ASCII text is UTF-8.
If contains bytes other than UTF-8, displays Non-unicode character data in ASCII text area.


Editing a data

Operates in the following flow on the binary editor view.

  1. Edits the data
  2. With tapping the editable ASCII or HEX area, software keyboard appears. Then, you can edit.
    The maximum size of data for transmission is limited to 64KB.

  3. Converts the editing data
  4. With tapping Convert, synchronizes data between ASCII and HEX.
    When conversion from ASCII to HEX, you can switch the line feed code to LF or CRLF to convert “¥n” code to 0x0a or 0x0d0a.

  5. Saves the data
  6. When editing is complete, you can tap Save. With tapping Save, saves the data.


Deletion a data

With swiping left a row, deletes the data.