Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 432 Bytes

File metadata and controls

17 lines (11 loc) · 432 Bytes

Matlab-Python Program for Wacho Tech Dynpick Series

This repository provides both Matlab and Python programs for communicating with the DynPick series force sensors from Wacho Tech.

Quick Start

To test the DynPick.py script, use the following commands:

pip install pyserial
python ./DynPick.py

For the Matlab script test_dynPick.m, please run it directly within Matlab.

Dependencies

  • pyserial package