Page 1 of 1

python code to access atlas-scientific's mux

Posted: Wed Nov 13, 2013 12:41 am
by ebharding
Has anyone tried to use the atlas-scientifics Serial Port Connector vi python.

https://www.atlas-scientific.com/produc ... ector.html

They have a arduino example, but am having difficultly getting the mux to work with my Pi prototype.

Anyone have any experience with this device?

Re: python code to access atlas-scientific's mux

Posted: Wed Nov 13, 2013 12:52 am
by Dilligaf
If you go to the ENV-SDS Kit (the everything kit) they have a link to PI sample code, not sure if this will help or not.

Re: python code to access atlas-scientific's mux

Posted: Wed Nov 13, 2013 7:22 pm
by ebharding
thanks, but those examples are for the sensors (which I used to get the pH sensor working) but not the mux :-(

The issue is all the sensors use the serial port, and there is only one, so the Serial Port Connector is needed to use more than one sensor at a time.

is there another way to skin this cat?