How to convert system.string to uint8?

조회 수: 3 (최근 30일)
Antti Wredfors
Antti Wredfors 2017년 12월 23일
I'm using .NET to read FTDI usb uart serial data.
The following method:
str = System.String('create a System.String');
[r str] = Read( fo, BytesToRead, BytesReceived);
arr = (uint8(char(str)))
results to 'arr' maximum value is 127.
How to pass system.string values between 127..255 (uint8)? Or is there better conversion method for system.string variables to uint8?

답변 (0개)

카테고리

Help CenterFile Exchange에서 .NET Generic Classes in MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by