Thar ABPR-20 RS232 communication via handheld emulation

Controls and reads from a Thar ABPR-20, by emulating the handheld controller.
ダウンロード: 468
更新 2016/8/24

ライセンスの表示

Contains a suite of files for controlling Thar ABPR-20 using MATLAB, by emulating the behavior of a handheld controller. A "real" communications protocol for computers exists, but no information was available to use this instead. This, and the inclusion of two different serial protocols are the reason for the complexity of the code and the number of files. This is largely identical to the code in CO2gui.
Also contains a password cracking tool for brute force cracking of the password (0 to 9999) should you have forgotten it.

NOTE

Due to the way it broadcasts a large amount of data, MATLAB is not very stable at all in the version of MATLAB I was running, so an alternative method is run through realterm. All of the files here are slightly modified compared to CO2gui to reduce some dependencies, but if I've missed some, the file will be in there.

Best results obtained by using Realterm - note that the realterm files here are DIFFERENT to those in my similarly titled Realterm communications suite.

Create serial object:
serialObject = tharbprobj(comPortNumber); (matlab implementation of serial)

or

serialObject = tharbprobj2(comPortNumber); (realterm implementation of serial)

Connect:
tharbprobjconnect(serialObject)

Communicate:
Use the preformed files
output = tharbprobjcomm(serialObject, input)

Disconnect
tharbprobjdisconnect(serialObject)

引用

Geoffrey Akien (2024). Thar ABPR-20 RS232 communication via handheld emulation (https://www.mathworks.com/matlabcentral/fileexchange/41806-thar-abpr-20-rs232-communication-via-handheld-emulation), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInstrument Control Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

バージョン 公開済み リリース ノート
1.21.0.0

Bugfix for realtermfread

1.2.0.0

Updated description.

1.0.0.0