This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./node_modules/.bin/ts-node src/serialport-test.ts | |
serialport/stream opening path: /dev/ttyUSB0 +0ms | |
serialport/bindings-cpp open +0ms | |
serialport/bindings-cpp/poller Creating poller +0ms | |
serialport/stream opened path: /dev/ttyUSB0 +25ms | |
serialport-test opened +0ms | |
serialport/stream _read reading { start: 0, toRead: 65536 } +1ms | |
serialport/bindings-cpp read +24ms | |
serialport/bindings-cpp/unixRead Starting read +0ms | |
serialport-test closing +3s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 7d1215f..c1e3e08 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -9,6 +9,7 @@ pkgbase = nomachine | |
arch = armv6h | |
arch = armv7h | |
arch = armv8h | |
+ arch = aarch64 | |
groups = network |