From: Matthew on
Hello,
I'm trying to read unformatted bytes from a serial port. All matlab examples I can find are for reading formatted text. Does anyone have any idea how to do this?
Thanks
From: Walter Roberson on
Matthew wrote:

> I'm trying to read unformatted bytes from a serial port. All matlab
> examples I can find are for reading formatted text. Does anyone have any
> idea how to do this?

fread(s, '*uint8')