8 years, 1 month ago.

How to use read command?

Hello dear developers, i need your help.

I have to send a signal from labview, receive the signal with LPC1768, show the signal at oscilloscope using the Analog Out (p18), my problem is to receive the data, i need learn how to use read command.

int read (uint16_t *buffer, int length, const event_callback_t &callback, int event=SERIAL_EVENT_RX_COMPLETE, unsigned char char_match=SERIAL_RESERVED_CHAR_MATCH)

Begin asynchronous reading using 16bit buffer.

Give me a example with this command, please.

Be the first to answer this question.