diff --git a/pumpAgilent.py b/pumpAgilent.py index aeac2f3942d6ada690954ac847a9dea0e39e44b9..22da87cab3b32597b53f8ac63ad8c6e92d738fdc 100755 --- a/pumpAgilent.py +++ b/pumpAgilent.py @@ -79,7 +79,7 @@ class pumpAgilent: def getPressure(self): stat = self.serWriteAndRecieve(b"\002\200\062\062\064\060\003\070\067") if stat is not None: - print(":".join("{:02x}".format(ord(c)) for c in stat)) + # print(":".join("{:02x}".format(ord(c)) for c in stat)) hdr = stat.find("2240") stat = stat[hdr + 3: hdr + 11] try: