hello,
I have read this post - "Mikrotik + Arduino + LCD - Exhibition / Gallery - Arduino Forum"
and I'm trying to do the same (for start)
what I don't understand is how to connect the router with the USB exit to the Arduino ?
what part am I missing? USB to serial?
in the post it doesn't say the connection that where made
It looks like he has USB to serial converter connected to router. This converter then feeds Arduino serial interface ( using Software Serial library, but it can be hardware serial )
It looks like just FTDI converter. If you have Arduino UNO or other board with onlu one UART, then you have to use library called SoftwareSerial ( as this guy does ) . Then connect your Arduino to PC with USB cable, " like allways" . If you have Arduino Mega, then you can use Hardware Serial ( Serial 1, Serial 2 or Serial 3 ) to comunicate with router.
sorry for the late response....
I have Arduino Ethernet -(no USB)
I have connect him to my router (with some setting on my side) , and now it's working
I can see the terminal of the arduino on my serial
Thanks ,
now I will try to understand how to make the serial read and write to the arduino