Hi everyone,
I am using the RevPi Connect+ and the DIO module.
Is it possible to connect a pump on the USB port and to control it with ASCII command?
If yes, I would like to see examples please
ASCII command with the USB port to control a pump
Re: ASCII command with the USB port to control a pump
Hi Theo, so I think you'll need something like serial communication over USB and PiBridge DIO communication, right?
I would recommend you to give Python a try, so it is PySerial and RevPiModIO2 here are some example scripts.
I would recommend you to give Python a try, so it is PySerial and RevPiModIO2 here are some example scripts.
Re: ASCII command with the USB port to control a pump
Thanks for the reply. Right, I need to configure the serial communication between the pump and the Connect with dev//tty... ?
After that, with my python code I can write ASCII command ?
After that, with my python code I can write ASCII command ?