Popularity
9.0
Stable
Activity
0.0
Stable
43
8
33

Monthly Downloads: 46
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Hardware    
Latest version: v4.7

serialport alternatives and similar packages

Based on the "Hardware" category.
Alternatively, view serialport alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of serialport or a related project?

Add another 'Hardware' Package

README

Objectives

  • Cross platform: at least Linux, Windows and Mac OS.

Tests

Setup

Prepare Arduino

  • Upload arduino code using Arduino IDE or avrdude

Prepare haskell test program

  • Configure cabal to build the tests: cabal configure --enable-tests.
  • Build: cabal build

Running the tests

  • Run the tests: cabal test --test-options="/dev/ttyACM0 /dev/ttyUSB0"