Popularity
9.0
Stable
Activity
0.0
Stable
43
8
32
Monthly Downloads: 26
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.
-
clash-prelude
CAES Language for Synchronous Hardware - Prelude library -
hArduino
Control your Arduino board from Haskell, using the Firmata protocol -
verismith
Verilog Fuzzer to test the major simulators and sythesisers by generating random, valid Verilog. -
wiringPi
A Haskell binding to the wiringPi library, for using GPIO on the Raspberry Pi. -
kansas-lava-papilio
Kansas Lava support files for the Papilio FPGA board -
clash-prelude-quickcheck
QuickCheck instances for various types in the CλaSH Prelude -
mercury-api
Haskell binding to Mercury API for ThingMagic RFID readers -
pi-lcd
Control an Adafruit character LCD+keypad kit on a Raspberry Pi from Haskell
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of serialport or a related project?
README
Objectives
- Cross platform: at least Linux, Windows and Mac OS.
Tests
Setup
- Arduino Leonardo + Sparkfun FTDI breakout board.
- Connections: TX, RX and GND
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"