ChamberConnectLibrary icon indicating copy to clipboard operation
ChamberConnectLibrary copied to clipboard

Need support for P-200 controller for SH-242

Open devangs3 opened this issue 2 years ago • 1 comments

Is there any support for the P-200 controller that comes embedded into the SH-242 chamber?

devangs3 avatar Jul 21 '22 19:07 devangs3

The P300 and P200 have identical communication protocols. Use the humidity P300 example and it will work correctly for serial interfaces.

The library could be modified to work with the TCP protocol available on port 57732 easily; change 10001 to 57732 on the linked lines:

  • Python2: https://github.com/EspecNorthAmerica/ChamberConnectLibrary/blob/master/chamberconnectlibrary/especinteract.py#L119
  • Python3 branch: https://github.com/EspecNorthAmerica/ChamberConnectLibrary/blob/dev_python3/chamberconnectlibrary/especinteract.py#L121

MylesMetzler avatar Jul 21 '22 19:07 MylesMetzler