https://github.com/matthewelse/lmtools
(Superseded by ARMmbed/mbed-ls) Python package to show currently connected mbed boards
https://github.com/matthewelse/lmtools
Last synced: 8 months ago
JSON representation
(Superseded by ARMmbed/mbed-ls) Python package to show currently connected mbed boards
- Host: GitHub
- URL: https://github.com/matthewelse/lmtools
- Owner: matthewelse
- Created: 2014-07-28T16:40:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T10:43:23.000Z (over 11 years ago)
- Last Synced: 2025-10-14T01:38:44.457Z (8 months ago)
- Language: Python
- Homepage:
- Size: 292 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lmtools
A python package and collection of scripts, allowing currently connected mbed boards to be listed.
## Installation
```
$ python setup.py install
```
## Usage
```
$ lm.py
+----------+-------+-------+--------------------------------------+
| Name | Port | Drive | Serial Number |
+----------+-------+-------+--------------------------------------+
| LPC1549 | COM16 | G | 15490200055870CBF8A79A7A |
| NRF51822 | COM15 | F | 107002001FE6E019E2190F91 |
| LPC1768 | COM6 | E | 10109F5C1C9AB51462E9D8C8AFF6DFA2DCDC |
+----------+-------+-------+--------------------------------------+
```
lmtools is compatible with both Windows and Linux. It is untested on Mac OS X.
```
lmgui.pyw
```
This produces a small widget in the top left hand corner of the screen showing currently connected mbed devices, their drive letter and com port. Again this only works for Windows currently.