Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jputcu/serialport
Cross platform haskell library for using the serial port
https://github.com/jputcu/serialport
Last synced: 2 months ago
JSON representation
Cross platform haskell library for using the serial port
- Host: GitHub
- URL: https://github.com/jputcu/serialport
- Owner: jputcu
- License: other
- Archived: true
- Created: 2011-04-10T11:18:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T00:26:11.000Z (over 4 years ago)
- Last Synced: 2024-08-02T01:26:51.235Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 384 KB
- Stars: 43
- Watchers: 8
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Objectives
==========
* Cross platform: at least Linux, Windows and Mac OS.Tests
=====Setup
-----
* [Arduino Leonardo](http://arduino.cc/en/Main/arduinoBoardLeonardo) + [Sparkfun FTDI breakout board](https://www.sparkfun.com/products/718).
* Connections: TX, RX and GNDPrepare Arduino
---------------
* Upload arduino code using Arduino IDE or avrdudePrepare haskell test program
----------------------------
* Configure cabal to build the tests: cabal configure --enable-tests.
* Build: cabal buildRunning the tests
-----------------
* Run the tests: cabal test --test-options="/dev/ttyACM0 /dev/ttyUSB0"