Arduino usb serial connection problem

Hello, I can not connect my arduino one to cayenne via usb serial, help me pls … below is the code

Hello Sir,
Can you re post your code not as picture but as code so we can investigate the problem.

Thank you!

1 Like

Hi @ricardo_ramos.l

Try changing in your sketch file the line

#include <CayenneEthernet.h>

and replace with

#include <CayenneSerial.h>

2 Likes

Thanks for the answers . Problem solved: D

3 Likes