Implement Honeywell SLIP+ command set protocol with serial modules

Hi,
Does anyone implement SLIP+ command set for Honeywell Enraf 1010 CJ flow computer in Ignition?
Is it possible to implement it with serial module?
Any help would be greatly appreciated.

Protocol Manual.pdf (829.5 KB)

It could be done with jython, if you take care to always use the (read|write)Bytes() functions, thanks to the use of 8-binary encodings. The framing and encoding parts are non-trivial, but the query-response behavior is relatively simple.

1 Like

Should I put all of my code in gateway timer?