Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/listserialportsc
Simple multiplatform program to list serial ports with vid/pid/iserial fields
https://github.com/arduino/listserialportsc
Last synced: about 1 month ago
JSON representation
Simple multiplatform program to list serial ports with vid/pid/iserial fields
- Host: GitHub
- URL: https://github.com/arduino/listserialportsc
- Owner: arduino
- License: lgpl-3.0
- Created: 2015-12-18T11:50:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T12:49:25.000Z (over 1 year ago)
- Last Synced: 2024-10-07T09:51:48.849Z (about 1 month ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 10
- Watchers: 9
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
_Simple environment to test libserialport in a single build machine fashion_
Prerequisites:
* An [osxcross](https://github.com/tpoechtrager/osxcross) installation
* An updated mingw32 environmentTLTR:
```bash
dpkg --add-architecture i386
apt-get install build-essential gcc-multilib g++-multilib mingw-w64 xz-utils libxml2-dev clang patch git gcc-4.8-arm-linux-gnueabihf g++-4.8-arm-linux-gnueabihf autoconf libtool linux-libc-dev:i386 gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu zip
#setup osxcross + add binaries to PATH
git clone https://github.com/facchinm/listSerialPortsC --recursive
./pack_and_release.sh
```TODO:
* Add a golang wrapper