Skip to content

Cross platform haskell library for using the serial port

License

Notifications You must be signed in to change notification settings

jefflasslett/serialport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Cross platform haskell library for using the serial port

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 88.1%
  • Other 11.9%