mirror of
https://github.com/modelec/connectors.git
synced 2026-01-18 16:57:21 +01:00
Update TCP
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
cmake-build-debug
|
||||
|
||||
.idea
|
||||
.idea
|
||||
|
||||
build
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "serialib.h"
|
||||
|
||||
#define SERIAL_PORT "/dev/USB_ARDUINO"
|
||||
#define SERIAL_PORT "/dev/ttyACM0"
|
||||
#define MAX_MESSAGE_LEN 1048
|
||||
#define BAUDS 115200 //vitesse des données (bit/sec)
|
||||
#define TIME_OUT 500
|
||||
|
||||
Reference in New Issue
Block a user