Hello
We want to use serial Monitor send data to Arduino nano V3 board with I2C interface (SDA/SCL).
Do you have any reference code?
Thanks
Henry
Hello
We want to use serial Monitor send data to Arduino nano V3 board with I2C interface (SDA/SCL).
Do you have any reference code?
Thanks
Henry
The serial monitor is usb.... not sure what you mean by "use serial Monitor send data to Arduino nano V3 board with I2C interface".
Hi,
Welcome to the forum.
Please read the first post in any forum entitled how to use this forum.
http://forum.arduino.cc/index.php/topic,148850.0.html .
Can you tell us the application?
Can you tell us your electronics, programming, arduino, hardware experience?
Thanks.. Tom.. ![]()
sayHovis:
The serial monitor is usb.... not sure what you mean by "use serial Monitor send data to Arduino nano V3 board with I2C interface".
Hi
Thank for your support.
My PC connect Arduino nano Board with I2C interface.
We want to read eeprom data on Arduino nano Board by other PC .
Is there any reference code(Slave) for this design ?
Thanks~
Henry
There was a properly working masterreader/slavewriter example on the arduino website; seems to be wrong currently.
You can base your code on this example for the slave sender
sayHovis:
The serial monitor is usb....
Serial Monitor is not a USB Port driven Interface; it is essentially a UART Port (Virtual UART Port) driven Interface.

