Page 1 of 1

Re: mcp230A tll arduino examples

Posted: Tue May 30, 2017 10:08 am
by Basicmicro Support
For all common commands between Roboclaw and MCP the Roboclaw arduino library can be used with the MCP in packet serial mode. We are working on an update that adds the few extra commands the MCP supports and changes the library class name to a more general name. This should be available in a week or so, until then use the Roboclaw.

No, RS232 does not support multiple units. A bus architecture is required for multiple unit connections on the same lines(eg an open drain output with a pullup for example). The RS232 standard is a driven standard so it cannot be used like a bus. Something like RS-485 is required instead. Recently we added support for RS-485 adapters to the Roboclaw line and will be addeding similar capability to the MCP soon.