serialcomport
Version:
This package handles Serial COMPORT I/O with default linux commands and (almost) no bloat
28 lines (27 loc) • 898 B
JSON
{
"name": "serialcomport",
"version": "1.0.2",
"description": "This package handles Serial COMPORT I/O with default linux commands and (almost) no bloat",
"main": "index.js",
"scripts": {
"test": "node example/example.js"
},
"author": "Fischbrot (Stefan Jesner)",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2"
},
"devDependencies": {},
"keywords": ["serial","serialport","serialcom","comport","com", "port", "rs232","rs485","linux","io","serialcomport","fischcom","fischcomport","fishcom","fishserial","fisch","fischbrot","echo","cat","stty"],
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fischbrot/fischserialcom.git"
},
"bugs": {
"url": "https://github.com/Fischbrot/fischserialcom/issues"
},
"homepage": "https://github.com/Fischbrot/fischserialcom#readme"
}