Jasco BPR RS232 communication

Drivers and higher level commands for controlling Jasco BPRs via RS232.

現在この提出コンテンツをフォロー中です。

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 (2026). Jasco BPR RS232 communication (https://jp.mathworks.com/matlabcentral/fileexchange/41803-jasco-bpr-rs232-communication), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: CO2gui - lab control and automation

カテゴリ

Help Center および MATLAB AnswersCard games についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Fixed typos

1.0.0.0