Asked
— Edited
I was wondering is there any way to interface an ezb board to arduino board?
j
EZB Connection
— Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C.
Try it →
Using the i2c is the easiest - because that's two way communication. Otherwise, if you wish to control the Arduino with one way, you can use any of the EZ-B's digital ports and send Serial commands from EZ-Script.
What is it that you're looking to do?
@djsures thanks for the answer, I have board and was just wondering.
j