Heidolph hotplate serial communication

버전 1.0.1 (761 KB) 작성자: Geoffrey Akien
Communication with your Heidolph hot plate
다운로드 수: 11
업데이트 날짜: 2020/4/27

라이선스 보기

Use serial communication to control your hotplate.

Create serial object e.g. on COM port 3:
s = heidolphhotplateobj(3);

Connect to it:
heidolphhotplateobjconnect(s)

Read the current temperature:
currentTemperature = heidolphhotplateobjcurrenttemp(s)

Set a new temperature e.g. 65 C:
heidolphhotplateobjwritesettemp(s, 65)

Disconnect and cleanup:
heidolphhotplateobjdisconnect(s)

Other functions are supported, and if your hotplate has something missing, you can communicate with the hotplate using the lower level command heidolphhotplateobjcomm(s).

인용 양식

Geoffrey Akien (2024). Heidolph hotplate serial communication (https://www.mathworks.com/matlabcentral/fileexchange/75230-heidolph-hotplate-serial-communication), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Typo in title

1.0.0