- 99 -8.62 ~HS HOST STATUS RETURNFormat: ~HSPrinter information request command from hostThe following values are returned:String 1 = aaa,b,c,dddd,eee,f,g,h,iii,j,k,laaa : Communication settingaaa = a8a7a6a5a4a3a2a1a0a0,a1,a2,a8: Baud ratea8 a2 a1 a00 0 0 1 = 300 bps0 0 1 0 = 600 bps0 0 1 1 = 1200 bps0 1 0 0 = 2400 bps0 1 0 1 = 4800 bps0 1 1 0 = 9600 bps0 1 1 1 = 19200 bps1 0 0 0 = 28800 bps1 0 0 1 = 38400 bps1 0 1 0 = 57600 bps1 0 1 1 = 14400 bpsa3: Data bit0 = 7 bits1 = 8 bitsa4: Stop bit0 = 2 bits1 = 1 bita5: Disable/Enable0 = Disable1 = Enablea6: Parity0 = Odd (or None)1 = Evena7: Handshake0 = Xon/Xoff1 = DTR* After using bit representation for each setting, the numeric value obtained from all bits issaved in aaa.E.g.Setting: 9600bps,8bit,Even Parity,Stop Bit1,Enable,Xon/XoffBit: 001011110 -> 094 is saved in aaa.