Popularity
9.0
Stable
Activity
0.0
Stable
43
8
33
Monthly Downloads: 28
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.
-
verismith
Verilog Fuzzer to test the major simulators and sythesisers by generating random, valid Verilog.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

* 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"