17-2
Serial EEPROM and CMOS RAM
PC-510 user’s manual
Return registers: Carry flag cleared if successful
AX
Word read
Carry flag set if error
AL
Error code
Error code Meaning
ffh
Unknown error
01h
Function not implemented
02h
Defective serial EEPROM
03h
Illegal access
Comments:
This function reads a word from the user area of the
serial EEPROM.
Programming example:
/* Read word 2 */
unsigned int seeData;
/* Inline assembly code for Borland C++ 3.1 */
asm {
mov
ax,0fc00h
mov
bx,02h
/* Read word 2 */
mov
dx,0ffffh
int
17h
mov
seeData,ax /* store data in c environment */
}
Write a single word to the serial EEPROM
Function:
fch
Subfunction:
01h
Purpose:
To write a single word to the on-board serial
EEPROM.
Calling registers: AH
fch
AL
01h
BX
Word address (zero based)
CX
Data word to write
DX
ffffh (relative to user area)
Return registers: Carry flag cleared if successful
Carry flag set if error
AL
Error code
Error code Meaning
ffh
Unknown error
01h
Function not implemented
02h
Defective serial EEPROM
03h
Illegal access
Comments:
This function writes a word to the user area of the
serial EEPROM.
Summary of Contents for PC-510
Page 7: ...Notice to user PC 510 user s manual ...
Page 17: ...xii Contents PC 510 user s manual ...
Page 23: ...About this manual PC 510 user s manual ...
Page 25: ...Overview of Section 1 PC 510 user s manual ...
Page 35: ...2 2 Quick start PC 510 user s manual Figure 2 1 PC 510 component diagram ...
Page 45: ...2 12 Quick start PC 510 user s manual ...
Page 55: ...3 10 SETUP programs PC 510 user s manual ...
Page 59: ...4 4 Save and run programs PC 510 user s manual ...
Page 61: ...Overview of Section 2 PC 510 user s manual ...
Page 73: ...5 12 Serial ports PC 510 user s manual ...
Page 77: ...6 4 LPT1 parallel port PC 510 user s manual ...
Page 83: ...7 6 Console devices PC 510 user s manual ...
Page 119: ...13 8 CRTs and flat panels PC 510 user s manual ...
Page 123: ...14 4 GPS interface PC 510 user s manual ...
Page 125: ...15 2 PC 104 expansion PC 510 user s manual ...
Page 127: ...Overview of Section 3 PC 510 user s manual ...
Page 131: ...16 4 Watchdog timer and hardware reset PC 510 user s manual ...
Page 147: ...18 8 Transferring files remote disks PC 510 user s manual ...
Page 177: ...21 22 CPU power management PC 510 user s manual ...
Page 181: ...22 4 Troubleshooting PC 510 user s manual ...
Page 183: ...Overview of Section 4 PC 510 user s manual ...
Page 203: ...A 20 Technical data PC 510 user s manual ...
Page 231: ...B 28 Software utilities PC 510 user s manual ...