Popularity
9.0
Stable
Activity
0.0
Stable
43
8
33
Monthly Downloads: 37
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 -
verismith
Verilog Fuzzer to test the major simulators and sythesisers by generating random, valid Verilog. -
hArduino
Control your Arduino board from Haskell, using the Firmata protocol -
wiringPi
A Haskell binding to the wiringPi library, for using GPIO on the Raspberry Pi. -
clash-prelude-quickcheck
QuickCheck instances for various types in the CλaSH Prelude -
kansas-lava-papilio
Kansas Lava support files for the Papilio FPGA board -
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
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* 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"