I have an Oxygen sensor from Humming Bird sensing. It uses UART Communication for giving the oxygen percentage. I am not an electronic engineer and have never used microcontrollers before. I was wondering if someone could help me in writing the code for the Arduino so that I can read the percentage of oxygen from the sensor. The details I have for the serial communicaiton are below:
Sensor serial communications summary:
• Non return to zero format (NRZ)
• 0 & 5 Volt signalling voltages
• Full duplex
• 19200 baud transmission rate
• 8 data bits
• 1 start bit
• 1 stop bit
• No parity
• No handshaking
• ASCII text format
• Non addressable
Sensor outputs every 10ms +/- 0.5ms a reading.