Tool/software:

In our application we have a battery using the BQ28Z610 fuel gauge. Each battery has an alphanumerical serial number label PAEID##### that must be written into A0 through A20. What I2C command through battery management studio to most easily batch write the serial number? We would like to avoid individually typing in each character into each data box (i.e. A0 = 1, A1 = F, A2 = 3 ....). Ideally I could write a single command such as :
i2c_write <target_address_range> PAEID###


