Schneider Electric support forum to share knowledge about product selection, installation and troubleshooting for EcoStruxure Panel Server, PowerTag, Com'X, Link150…
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2014-11-1707:40 PM
Can2Go/SSL Modbus Baud Rate
When going through the user interface (or even the documentation) you will notice that the minimum baud rate is set to 9600.
However you can override this using Lua scripting:
modbus.close() -- Always close before open
modbus.open(99, "RTU", 4800, 8, "ODD", 1)
In this case, our team in China was trying to connect to a PM2.5 modbus sensor, but it was set to 4800. Using this the team was able to connect without any issue.