
D.8 EEPROM access
73
D.8
EEPROM access
EEPROM
Low-level commands to set and retrieve
EEPROM
values.
read
eeprom,read,addr16
Read single byte at address
addr16
.
rword
eeprom,rword,addr16
Read 16-bit word at address
addr16
.
rlong
eeprom,rlongaddr16
Read 32-bit long at address
addr16
.
seq
eeprom,seq,addr16,num16
Read
num16
bytes starting at address
addr16
.
double
eeprom,double,addr16
Read a double-precision floating value at address
addr16
.
write
eeprom,write,addr16,val
Write single byte
val
at address
addr16
.
wword
eeprom,wword,addr16,val16
Write 16-bit
val16
at address
addr16
.
wlong
eeprom,wlong,addr16,val32
Write 32-bit
val32
at address
addr16
.
page
eeprom,page,addr16,num,str
Write
num
characters from string
str
to address
addr16
. String should be
in double-quotes, for example
eep,page,4,16,"W1001101140602"
Warning: data must fit within 128-byte page boundary.
str
eeprom,str,addr16
Write string
str
to
addr16
.
Warning: data must fit within 128-byte page boundary.
freset
eeprom,freset
Restore configuration from factory defaults.
Summary of Contents for MWM
Page 1: ...MWM wavemeter Revision 3 19 mogwave 1 4 15 Firmware 0 6 9 ...
Page 4: ...ii ...
Page 7: ...Contents v G Ugrading firmware 83 References 84 ...
Page 8: ...vi Contents ...
Page 54: ...46 Chapter 6 Calibration ...
Page 58: ...50 Appendix A Specifications ...
Page 66: ...58 Appendix B Communications ...
Page 70: ...62 Appendix C Programming ...
Page 86: ...78 Appendix E mogwave configuration ...
Page 92: ......
Page 94: ...86 ...
Page 95: ......