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
업데이트 날짜: 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