You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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).
Cite As
Geoffrey Akien (2026). Heidolph hotplate serial communication (https://www.mathworks.com/matlabcentral/fileexchange/75230-heidolph-hotplate-serial-communication), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (761 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
