Thar ABPR-20 RS232 communication via handheld emulation

Controls and reads from a Thar ABPR-20, by emulating the handheld controller.
468 téléchargements
Mise à jour 24 août 2016

Afficher la licence

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)

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Instrument Control Toolbox dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Version Publié le Notes de version
1.21.0.0

Bugfix for realtermfread

1.2.0.0

Updated description.

1.0.0.0