jputcu/serialport

Cross platform haskell library for using the serial port

Haskell

43

49 commits

updated Jul 23, 2020

See the code

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"

Contributors

jputcu

46 commits

acowley

1 commits

basvandijk

1 commits

Chobbes

1 commits

jputcu/serialport

Cross platform haskell library for using the serial port

Haskell

43

49 commits

updated Jul 23, 2020

See the code

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"

Contributors

jputcu

46 commits

acowley

1 commits

basvandijk

1 commits

Chobbes

1 commits

Languages

Haskell

88.1%

Arduino

11.9%