https://github.com/jputcu/serialport
Cross platform haskell library for using the serial port
https://github.com/jputcu/serialport
Last synced: 3 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T00:26:11.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T20:38:02.510Z (8 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"