data recieved from telnet is junk

able to connect successfully to Keysight equipment over telnet. but the data recieved looks junk. any inputs?
error below
"
DataReceived =
ÿûÿû
------

댓글 수: 1

Walter Roberson
Walter Roberson 2016년 10월 13일
Odd. That data is either
INTERLINEAR ANNOTATION TERMINATOR followed by SOH followed by another INTERLINEAR ANNOTATION TERMINATOR
or
Arabic Letter Farsi Yeh Medial Form followed by SOH followed by another Arabic Letter Farsi Yeh Medial Form
in UTF-8 encoding.
When I first saw it, I thought I recognized it as being Byte Order Marks, but a closer check showed otherwise.

댓글을 달려면 로그인하십시오.

답변 (2개)

Raghunandan
Raghunandan 2016년 10월 14일

0 개 추천

Is there a way to fix this? anyone who could successfully log characters from telnet?
Walter Roberson
Walter Roberson 2016년 10월 14일

0 개 추천

Here is a modified version
Note the HTTP/1.0 and the \n added to the URL. Note also that for virtual servers like mathworks and apple use, the URL form had to be sent in the GET even though in basic HTTP it should be just the resource without the "http://www.mathworks.com" .

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2016년 10월 13일

답변:

2016년 10월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by