For this part of code for my node.js server
var SerialPort = require("serialport");
var port = new SerialPort("/dev/tty-usbserial1", {});
which use the https://github.com/EmergingTechnologyAdvisors/node-serialport library.
How I can know this path to my serial port?