Jasco BPR RS232 communication

版本 1.1.0.0 (23.1 KB) 作者: Geoffrey Akien
Drivers and higher level commands for controlling Jasco BPRs via RS232.
475.0 次下载
更新时间 2013/5/21

查看许可证

A full suite of lower and higher-level commands for controlling Jasco BPRs via RS232, based on those used in CO2gui, but only implemented using the native MATLAB serial interface.

Generate a serial object:
serialObject = bprobj(comPort) returns the serial object for Jasco back-pressure regulators given a suitable COM port number (unsigned integer: 1-255).

Connect:
bprobjconnect(serialObject) initialises communication with Jasco BPRs

Send commands using bprobjcomm or using the premade files for set pressure, temperature, valve speed etc.

Disconnect:
bprobjdisconnect(serialObject)

Files are fully commented so should be relatively straightforward to work out.

IMPORTANT
Because Jasco BPRs use hardware flow control, MATLAB will hang if you try to connect to a COM port that has nothing connected to it, or, if the power goes off to the BPR. This can be circumvented by using software such as Realterm to achieve the same thing.

引用格式

Geoffrey Akien (2024). Jasco BPR RS232 communication (https://www.mathworks.com/matlabcentral/fileexchange/41803-jasco-bpr-rs232-communication), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Card games 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Fixed typos

1.0.0.0