-
Notifications
You must be signed in to change notification settings - Fork 44
Slave Mode #2
Comments
Hi, It is not yet documented, but it is not hard to figure how it works. The entry point is Serial.get_request(unit_addr_list, timeout) to call in a loop, where Once, you get a Request, you use its methods to read the request's data and send a response or an error. Hope it helps... |
Awesome, thanks, I'll try that ASAP |
Hi, some can you share an example for slave mode functionality? |
|
Hi @johncaipa , |
Hai, Board: Esp8266 Hai, My name is Kiran Francis and i am new to micropython. I have medium experiencein python and is currently working on project that involves modbus communication. We are shifting the entire code to micropython and i came across this library for modbus. But i am stuck with an error. Whenever i burn the code to esp8266, I get the following issue Issue: MemoryError: memory allocation failed, allocating 8960 bytes Do you know anything regarding this issue. I hope to get a reply from you soon. Regards, |
Is there any implementation of a slave mode in the pipe ?
The text was updated successfully, but these errors were encountered: