Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4980

Troubleshooting • Re: Arduino data --> rasperryPi5 --> nodejs webserver

$
0
0
Serial port setup looks wrong, maybe is should be:

Code:

var Serialport  = new SerialPort({        path: '/dev/ttyAMA0',        baudRate:9600,        dataBits:8,        parity: 'none',        flowControl: false});

Statistics: Posted by neilgl — Fri Mar 22, 2024 5:01 pm



Viewing all articles
Browse latest Browse all 4980

Trending Articles