Intel Edison and NodeJS serial port communication: I am receiving strange characters
问题 I have a FTDI connected to my PC and the FTDI is connected to an Intel Edison Arduino breakout board 0RX and 1TX pins. Serial pin hookup: Edison TX ------> FTDI RX Edison RX ------> FTDI TX To edit the Intel Edisons GPIO I followed the correct answer in the first post: https://communities.intel.com/message/265411#265411 To view my GPIO configurations I executed: cat /sys/kernel/debug/gpio Which then echoed out: Nodejs code: var SerialPort = require("serialport").SerialPort; var port = "/dev