Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
/ serialport Public archive

Cross platform haskell library for using the serial port

License

Notifications You must be signed in to change notification settings

jputcu/serialport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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