This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uart connection problem

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).

Parents
  • 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.

Reply
  • 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.

Children