Heidolph hotplate serial communication

版本 1.0.1 (761.1 KB) 作者: Geoffrey Akien
Communication with your Heidolph hot plate
11.0 次下载
更新时间 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