thanks to all that replied
@M5S: you should, as every industrial equipment provider, give clear info about the connectors to use. I need a code to slap into DigiKey search & get the product!!! :-)
thanks to all that replied
@M5S: you should, as every industrial equipment provider, give clear info about the connectors to use. I need a code to slap into DigiKey search & get the product!!! :-)
Hello,
what are the connectors to be used for the side ports and the lower port (the orange one W/ the rs485) of the M5 stack station?
I don't mean the code in you store, I mean what standard/ID are these connectors, I need to get them off digikey.
thanks! :-)
So you are telling me that there is NO way to use the RS485 and a computer serial communication at the same time?
@ajb2k3 Bottom USB is wired in parallel with the RS485 port & is the one to be used for FW loading, TOP usb I'm trying to figure out how to talk over it!
Hello,
I'm using M5Station 485 as a Modbus RTU CLient, I'd also like to have USB communications to send debug messages to the Arduino IDE.
Is it possible?
Is I'm not reading the schematic "wrong" the USB port at the bottom is connected "in parallel" with the 485 interface so it's not available for communication while the 485 is in use, correct?
What about the USB port "at the top" of it?
Thanks!
@felmue Just an udpate: everything is working as intended. Thanks!
@felmue Seems to be working - at least in producing compliants packets. Thanks again!
@felmue said in M5STATION NO RS485 SUPPORT (let alone Modbus RTU):
Hello @Caterpillaraoz
your post made me curious and since I have both an M5Station 485 and an M5Unit-ACSSR which has a Modbus mode I've put together an example. You can find it here.
Thanks
Felix
Thank you for your time! It's compiling OK, that's a huge step forward for me, I'll take it as a starting point. Tomorrow in the ofice I'll do a live test & update you.
Let's see if I understood correctly... it should be communicating via the RS485 port built in in the station_485, NOT via the ACSSR unit, right?
@ajb2k3 What's the method? I am seriously considering about embedding such devices in an industrial context but I'm having some doubts now.
Hello,
the main reason i bought the M5STATION was the RS485 support.
I was pretty puzzled when I saw this element not to be included in the examples! - Let alone the modbus RTU implementation.
I hope I'm in being mistaken and effectively the support for this port is available because it's the basics for use in industrial environment.
To be fair and concise, at the cost of sounding not so nice :-) : Arduino has a very good Modbus library that any device with aspiration of industrial adoption should support:
https://www.arduino.cc/reference/en/libraries/arduinomodbus/
Are there any plans/maybe it's already done to "fix" it to run on M5STATION?