Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scandyna/mdtterminal
Terminal to experiment with some devices using some ports, like serial port.
https://github.com/scandyna/mdtterminal
rs-232 rs232 serialport terminal usbtmc
Last synced: 3 days ago
JSON representation
Terminal to experiment with some devices using some ports, like serial port.
- Host: GitHub
- URL: https://github.com/scandyna/mdtterminal
- Owner: scandyna
- License: lgpl-3.0
- Created: 2024-12-15T09:15:54.000Z (24 days ago)
- Default Branch: experimental
- Last Pushed: 2025-01-03T10:44:08.000Z (5 days ago)
- Last Synced: 2025-01-03T11:39:24.008Z (5 days ago)
- Topics: rs-232, rs232, serialport, terminal, usbtmc
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Terminal to experiment with some devices using some ports, like serial port.
[[_TOC_]]
# Introduction
For some cases, we have to interact with a device.
Some uses [RS-232 serial ports](https://en.wikipedia.org/wiki/RS-232),
other [USBTMC](https://www.usb.org/document-library/test-measurement-class-specification),
and many more.Before we can write our application,
it's handy to use a terminal to get familiar with the device command interface.There are a lot of terminal application that can communicate via RS232 serial port.
Maybe not so much for USB-TMC.
Also, some old devices are very slow,
and don't work if we send bytes at the normal predefined rate
(they must be sent one by one with some ms interval).# Status
Currently, I only work on RS-232 serial port.