Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 13, 2025. It is now read-only.
NotificationsYou must be signed in to change notification settings

twinleaf/tio-python-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a Python graphical user interface to view sensor data. Currently works for our VMR magnetometers and SYNC units and can be used to view data from a single sensor, or multiple synchronized sensors.

This program is under early-stage active development and we hope you will report issues, bugs, and feature requests.

Prerequisites

Python > 3.6with Tk. To install:

% brew install python3-tk # macOS% apt install python3-tk # Linux

on windows it should be installed by default.

Installation

Using pip (coming soon):

% pip3 install tioview

Clone this repository and install using either:

% pip3 install .

or

% python3 setup.py

Then, run the program as follows, depending on your platform:

% tioview # default connection to proxy at tcp://localhost% tioview /dev/cu.usbmodem123495 # macOS, USB CDC% tioview /dev/cu.usbserial123456 # macOS, USB FTDI% tioview /dev/ttyACM0 # Linux, USB CDC% tioview /dev/ttyUSB0 # Linux, USB FTDI% tioview /dev/ttyS3 # WSL% tioview COM3 # Windows% tioview udp://tio-sync8.local # macOS, linux% tioview tcp://10.0.0.x # macOS, Linux, connection to proxy

This installation also includes a Python graphical user interface specifically designed for a single VMR sensor. Run this program with

% vm_monitor

Visit ourGetting Started page for more details on getting started with Twinleaf sensors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp