Community Profile

photo

Sagar Sojitra


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
I want to read String Using serial communication
i mean my data is coming continuously and i need to continuously display it... daa is coming like 100crlf 120crlf 200crlf ...

10 years ago | 0

Question


I want to read String Using serial communication
My code is s = serial('COM5'); set(s,'BaudRate',9600, 'Parity','none', 'Terminator', 'LF', 'InputBufferSize', 4500); ...

10 years ago | 2 answers | 0

2

answers