Specifications
RS-232C Communication with PC 35
Data Transmission Examples
Example 1:
If the following are true: Net Weight = 3.400 lb
Tare Weight = 1.200 lb
Unit Weight = 1.7000 (lb/1000 pcs)
Quantity = 2000 (pieces)
Weight Status = Stable
(with header codes and without additi
onal parity)
The data transmission will be as follows:
Status Flag: 0x42
Weight Condition Flag: 0x42
By ASCII Code:
Example 2:
If the same parameters are true as above but
only transmitting the net weight and quantity.
The data transmission will be as follows:
0 1 0 0 0 0 1 0
0 1 0 0 0 0 1 0
0x42 0x42 0x42 0x0d 0x30 0x30 0x33 0x2e 0x34 0x30
0x30 0x0d 0x34 0x30 0x31 0x2e 0x32 0x30 0x30 0x0d
0x31 0x31 0x2e 0x37 0x30 0x30 0x30 0x0d 0x32 0x30
0x30 0x32 0x30 0x30 0x32 0x0d 0x0a
0x30 0x30 0x33 0x2e 0x34 0x30 0x30 0x0d 0x32 0x30
0x30 0x32 0x30 0x30 0x30 0x0d 0x0a










