Hi everyone!
First of all, please tell me if I'm on wrong thread since I don't know where to ask. Thanks in advance.
I would like to ask guidance and help on a project. I wanted to harvest data from digital blood pressure and display on the seriaan LCD using arduino, then prints the results on a paper using thermal printer.
My problem is, I don't know where to start the program in getting the value from the blood pressure monitor. I have already determine the Clock and data pin of the device.
I'm using gizduino ATMega328 (quite similar with arduino uno)
This is the project's flow:
Blood pressure monitor (after measuring, the values from its display will be read by the board) >> board (get the data (serial data) and apply conversion to display the same values to the software's serial monitor >> LCD (display the values same on the blood pressure device and serial monitor) >> print (I am using thermal printer)