python-astm
python-astm copied to clipboard
Python implementation of ASTM E1381/1394 data protocol.
Im trying to implement a astm server which simulates the behavior similar to Roche cobase e411 Harmone Analyzer. Does this library supports only TCP/IP I have a serial port setup...
Hello, Using code in #1 , I was able to send data to server, so far so good. But how does the server is supposed to send data to client...
Hi, may I have a sample code that initialize ASTM client and sending data? Thank you, Sem
How can run a client by taking the string from the console, encoding it to the respective record and emitting it to the server?
When I throw a patient record object from the emitter, it is decoded as a list of string with each string representing the value of the field. I want to...
Hi, kepal, Sorry to trouble you. But I am wonder to know how to simulator an ASTM server with your code. I am working with a data reader(a lite vesion...