ArduinoModbusSlave icon indicating copy to clipboard operation
ArduinoModbusSlave copied to clipboard

Modbus Slave RP2

Open amirSaffari1234 opened this issue 4 years ago • 2 comments

Can i use this library for RP2040 or Raspberry pi pico?

amirSaffari1234 avatar Dec 14 '21 09:12 amirSaffari1234

You can try.

You may need to add some special values to work with specific hardware, for example, this like allows special settings in case of ESP32: https://github.com/yaacov/ArduinoModbusSlave/blob/master/src/ModbusSlave.h#L27

yaacov avatar Dec 14 '21 10:12 yaacov

Thank you for reply

On Tue, Dec 14, 2021, 1:57 PM Yaacov Zamir @.***> wrote:

You can try.

You may need to add some special values to work with specific hardware, for example, this like allows special settings in case of ESP32:

https://github.com/yaacov/ArduinoModbusSlave/blob/master/src/ModbusSlave.h#L27

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yaacov/ArduinoModbusSlave/issues/88#issuecomment-993396496, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQHA3OBWXWR7BTN3FQXRFTUQ4LZTANCNFSM5KAKGVNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

amirSaffari1234 avatar Dec 14 '21 19:12 amirSaffari1234