SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By d.sonali20
#159791
I am working on a voice recognition system. I've coded it in MATLAB. Now,I need to send the output from MATLAB, which will be just a 0 or 1, to the LPC 1343, which will in turn drive a motor. What's the easiest way to do this? I don't need to do elaborate serial communication. Just 0 and 1.
By mlu
#159794
Doesnt have to be elborate, just send a single 0 or 1 as text or in binary. This depends a bit on how Matlab handles opening and writing to serial ports.
If you want to be elaborate you can add checksums and sending back response from the arm board, but Matlab might have trouble handling that.