Example project for the Rioux Chem control box

Dependencies:   mbed MODSERIAL

Dependents:   screentest

Rioux Chem Control Box

/media/uploads/emh203/ccb.jpg

This is the example project for the Rioux Chem Control Box. I have posted some youtube videos to guide you through the hardware and software:

Rioux Chem Control Box - Hardware

http://www.youtube.com/watch?v=MoZ92GRYa4s

Rioux Chem Control Box - Software - Part I

http://www.youtube.com/watch?v=_MwaTLL4dyA==

Rioux Chem Control Box - Software - Part II

http://www.youtube.com/watch?v=j_P89izfgoQ

Revision:
7:de452fceafc1
Parent:
3:cb48919cd5e8
--- a/DRIVERS/CHEM_BOX_INTERFACE.h	Sun Sep 12 20:53:43 2021 +0000
+++ b/DRIVERS/CHEM_BOX_INTERFACE.h	Mon Sep 20 01:32:52 2021 +0000
@@ -162,5 +162,7 @@
 //This is the serial object for the USB connection.  Used by the Serial terminal
 extern MODSERIAL PC;
 
+//Process incomings lines from the PUmp
+void ProcessRS232();
 
 #endif
\ No newline at end of file