Code:
DAT
analyticalBalanceFakeOutput1 byte "+ 123.4567 g ", 13, 10, 0
analyticalBalanceFakeOutput2 byte "+ 10.0006 g ", 13, 10, 0
analyticalBalanceFakeOutput3 byte "+ 0.0000 g ", 13, 10, 0
largeBalanceFakeOutput1 byte "Total ", 10, 13,{
}"Net 0000.00 g", 10, 13,{
}"PCS 000000 ", 10, 13, 0
largeBalanceFakeOutput2 byte "Total ", 10, 13,{
}"Net 1234.55 g", 10, 13,{
}"PCS 000000 ", 10, 13, 0
largeBalanceFakeOutput3 byte "Total ", 10, 13,{
}"Net 0543.25 g", 10, 13,{
}"PCS 000000 ", 10, 13, 0
spectrometerFakeOutput0 byte "450NM 1999. A", 13, 10, 0
spectrometerFakeOutput1 byte "450NM .234 A", 13, 10, 0
spectrometerFakeOutput2 byte "450NM -.000 A", 13, 10, 0
spectrometerFakeOutput3 byte "450NM .000 A", 13, 10, 0
spectrometerFakeOutput4 byte "420NM 1.110 A", 13, 10, 0
spectrometerFakeOutput5 byte "450NM -00.4 T", 13, 10, 0
spectrometerFakeOutput6 byte "450NM 125.2 T", 13, 10, 0
spectrometerFakeOutput7 byte "450NM 00.0 T", 13, 10, 0
spectrometerFakeOutput8 byte "450NM 1999. C", 13, 10, 0
spectrometerFakeOutput9 byte "450NM 0.42 C", 13, 10, 0
spectrometerFakeOutputA byte "450NM 2.10 F", 13, 10, 0
barcodeFakeOutput1 byte "GB123", 13, 0
barcodeFakeOutput2 byte "C002", 13, 0
barcodeFakeOutput3 byte "V014", 13, 0
Alternatively the program could ignore all control characters and just use the pound sign ("#") as an end of message marker. I believe from the link you provide the pound sign is to be pressed at the end of a code entry.
Bookmarks