Please update the firmware version to at least V11!
We suggest using
PuTTY which is available for most platforms.
Configure the serial port to 38400,8N1.
Here is a picture of a PuTTY configuration.
This is a sample console output of a memory dump by pressing 's':
DM15_M1B turned on
DM15_M1B ready
?
Firmware DM15_M1B_V16
? Help
p Key press
s Dump memory
l Load memory
t Toggle display output to console
b Read battery voltage
Type '<command> ?' for params
Uptime 556s
VOYAGER >> s
DM15_M1B
04 000000fffff000 00000000000008 0000000000000c 00000000000eae
08 00000000000000 2faf8befbe2280 00000000000000 00000000000000
14 00000000000000 1b2d2d2d2d2d2d 00000000000000 00000000000000
18 00000000000000 0000000000007f 00000000a00000 00000000000000
A: 000000fffff000 B: 000000fffffeae C: 00000000000eae
M: 00000000000000 N: 00000000000000 G: 04
VOYAGER >>
Usage:
-
'p' Key press
This example executes [ON][4][ENTER][3][+][x2]
which shows 49 on the display, then we [STO]
the result in .1
Note: after pressing [ON]+[c]
for entering the console mode the calculator is OFF.
'p 41'
triggers the key [ON]
'p 27'
triggers the key [4]
'p 36'
triggers the key [ENTER]
. Note 'p 46'
does the same.
'p 38'
triggers the key [3]
'p 40'
triggers the key [+]
'p 43 11'
triggers the keys [g][x2]
'p 44 48 37'
triggers the keys [STO][.][1]
-
's' Dump memory
Copy the memory content to the left field in the en-/decoder tab
-
'l' (lowercase 'L') Load memory
Paste the memory content produced by the encoder to the terminal emulation.
In PuTTY right click mouse to paste the clipboard.