brainelectronics / micropython-modbus

MicroPython Modbus RTU Slave/Master and TCP Server/Slave library
GNU General Public License v3.0
104 stars 45 forks source link

Instructions for install on boards without network capabilities #54

Closed toddkarin closed 1 year ago

toddkarin commented 1 year ago

Could you please add instructions for boards without the ability to install using mip?

brainelectronics commented 1 year ago

Hey @toddkarin have you tried to install the lib as documented here?

ReadTheDocs MicroPython Modbus Setup Installation without network connection

Simply copy the umodbus folder to the pyboards sub folder lib/umodbus

brainelectronics commented 1 year ago

@toddkarin is your request solved? If so could you please close this issue, otherwise leave a comment.

tom9672 commented 1 year ago

I test on boards without network capabilitie, by copy the umodbus folder to the pyboards sub folder lib/umodbus. Works well, as same as mip install.