Buffer size – Dataman 48XP User Manual
Page 41

41
size is 80 (Hex), will therefore have an end address of 3F.
When selecting a start or an end-address, you should align the
buffer on the right boundary: single-word for 8-bit devices,
double word for 16-bit devices, etc.
Buffer size
This is the memory buffer in the DATAMAN-48XP software,
once the chip is selected, the software opens the buffer to
match the chip size, the user can edit this buffer size to
enlarge it to 256 M bit Max (4000000h).
Auto increment start/end address
This function allows the user to program memory chips with
different serial numbers in specific locations without having
to edit the buffer each time. Specifying the serial number
location is done by editing the auto increment start address
and auto increment end address, editing the initial contents
with buffer edit and setting up the increment value and format
is done through this menu.
Auto increment value
This set each increment value after initial value.
Auto increment data format selection
Binary increment format example
0, 1, 10,11,100, 101,110,111, 1000,1001,1010,1011,1100
ASCII Hex format example
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,10,11,12, …
ASCII Decimal Hex format example
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17, …
Modulo-26 format example
A,B,C,D,E,F, … ,Z,AA,AB,AC, ….