Need communication between G400 and G120

Adding wireless to G120 is not an option for me as WiFi connection on the G400 is optional, it will only be used for monitoring and remote control. I’ll incorporate IC ST3222E to my design in both PCBs and see how it works.

Thanks.

Don’t forget RS422. It is a full duplex version of RS485 but needs a minimum of 2 twisted pairs (one pair for RX and one pair for TX) plus a ground wire. If instead of the Gadgeteer RS232 module you use a digital (aka TTL) to 422 converter (check B&B electronics, Moxa, Blackbox or Sparkfun and make sure the input voltage of the converter matches the output voltage of your UART: probably 3.3 volts), you can signal faster over longer distances and full duplex. You can use all the standard .NET Micro or Gadgeteer serial resources and your software doesn’t need to know that you’re using RS422. RS485 uses the same signalling technique with the same throughput and distance but is designed to share 1 pair of wires for RX and TX hence the single duplex limitation.

Here’s a nice reference: Your Go-To Source for Innovative Solutions

@ EvoMotors - You sure change your logo often.