Appendix II: Serial Connection protocol
1. Serial port state
Data is transmitted at 19200 baud,
With 1 stop bit
8 data bit and Even Parity
Message format
8.
The initial parameter must be the capital letter "R",each line consists of 12 data in
following order:
Parameter
Initial parameter
Patient name
Department
Sex
Patient No.
Name of test
Result
Units of measurement
Checksum
Checksum = All of parameter + All of space mark
Send over
9.
EASYKEM PLUS sends a character string "TRANSFER FINISH",when the task has been
completed.
Example:
R,Biachi,, 0, 43, 1, TP, 136.00, g/L, 0794
R,Rossi,,1, 40, 2, TP, 147.00, g/L, 0765
R,Tony,,0,6,3,TP,35.00,g/L,069d
TRANSFER FINISH
Possible values
"R"
Character or NULL
Character or NULL
Character or NULL
"0" = Male
"1" = Female
Character
Character
Character
Character
Character
Space mark
,
,
,
,
,
,
,
,
36