Hi I'm trying to connect BP machine sunrom 4118 which gives serial output to uart can anyone help me with code and hardware connection Im using mcb1700(lpc1768).
www.sunrom.com/.../blood-pressure-sensor-serial-output
Suggests it uses 9600 baud with 3V CMOS type output, so you'd likely want to connect to an on-board UART rather than the RS232 port.
Check the device output with a scope. Review the schematic for the MCB1700 board. Review the serial code examples for the LPC1768. Read some manuals, and do some basic research. Discuss with your project supervisor if you have doubts about your ability to solve the problem. That's what their job is, expect them to assist you.
hi i have tried that im not able to get the value and mostly not able to set the baud rate to 9600 its giving some garbage value.
Are you selecting the correct values for dlm, dll, Mulval and divaddval? Check it again as per the formula given in datasheet. Also double check the PCLK that you have configured.