A AndroidMadhu Active Member Licensed User May 7, 2019 #1 Hello, I am in a confusion as how to communicate PLC with Arduino. The situation is as follows: 1. There are certain sensors where the sensor data is coming to PLC. 2. Now I want to read the sensors data by using arduino from PLC. How I can achieve this? Please advice
Hello, I am in a confusion as how to communicate PLC with Arduino. The situation is as follows: 1. There are certain sensors where the sensor data is coming to PLC. 2. Now I want to read the sensors data by using arduino from PLC. How I can achieve this? Please advice
Erel B4X founder Staff member Licensed User Longtime User May 8, 2019 #2 You probably need to connect to the PLC with rSoftwareSerial or throw a hardware serial port (https://www.b4x.com/android/forum/threads/67150/#content). Upvote 0
You probably need to connect to the PLC with rSoftwareSerial or throw a hardware serial port (https://www.b4x.com/android/forum/threads/67150/#content).