ttlappalainen / NMEA2000

NMEA2000 library for Arduino
528 stars 220 forks source link

Device information #257

Open Lynda96 opened 2 years ago

Lynda96 commented 2 years ago

Hi, I have a question about Device information if for exemple we work with another IDE not arduino ,for exemple I am working with mbed studio ,is the setup changes in this case? Thank you

ttlappalainen commented 2 years ago

You need to have corresponding library setup somewhere on your code before you start to use library. setup and loop functions are Arduino IDE simplified way to make things simpler for beginners. Normally in c/c++ there is just main (also hidden in Arduino system), which starts you application.

But I warn again that with mbed NMEA2000 does not work always right. Mbed CAN library meshes up NMEA2000 fast packet frame sending, which may cause that you data does not reach others right.