Exemple #1
0
    def __init__(self, com_port, baudrate):
        """
        Constructor
        """
        SpotChemBase.__init__(self, com_port, baudrate, "scEZ" + com_port[-1:])
        self._type = "biochem"

        SpotChemEZ._handleBlock = SpotChemEZ._handleBlock_fmt2
Exemple #2
0
 def __init__(self, com_port):
     '''
     Constructor
     '''
     SpotChemBase.__init__(self, com_port, 9600, "scEL"+com_port[-1:])
     self._type = "electrolyte"