Free Hit Counters
Web Site Hit Counters
Battery EEPROM Works
PROGRAM WINDOW                     HOW TO                       HARDWARE
Laptop batteries repair software
SMBus commands
If file is empty then type commands in the window and press CTRL+ENTER to execute.

Supported protocols:

Red word (rw)
Write word (ww)
Read block (rbl)

With or without PEC.

The commands have the following format:

Red word (rw):
rw aa f
Where:  aa - address, f - output format (optional).
Valid output formats for this command: d - date, i - integer, b - binary and hex if empty.

Write word (ww):
ww aa dddd
Where:  aa - address, dddd - data to write.

Read block (rbl):
rbl aa f
Where:  aa - address, f - output format (optional).
Valid output formats for this command: a - ascii and hex if empty.

You can enter comments direcrly in command line (see example).

You can edit commands and execute them directly.

To save a set of commands save it as *.smb file.
Only command lines will be saved and you can reuse this set later.
You can find example (test.smb) in your installation directory:

rbl 22 devicechemistry hex
rbl 21 a devicename ascii
ww 0 1 write to address 0
rw 0 i read device id
rw 10 i fcc
rw 16 b batterystatus binary

To save whole result save it as *txt.
Create a text file with "smb" extention.
Open the file in BE2Works.

Now you can enter SMBus commands in Battery data window and execute them.