Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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).
Citar como
Geoffrey Akien (2026). Heidolph hotplate serial communication (https://es.mathworks.com/matlabcentral/fileexchange/75230-heidolph-hotplate-serial-communication), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.1 (761 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
