Is it possible to connect arduino to another device via USB/serial (FTDI) without PC?
I want to connect my arduino to the Fluke multimeter. I can connect Fluke to a PC and use HyperTerminal to communicate. Windows recognizes Fluke as USB serial device (like arduino).
I also tryed to connect two arduinos via USB cable and it doesn't work too. TX and RX LEDs aren't blinking.
Is it possible to connect arduino to another device via USB/serial (FTDI) without PC?
USB, no. Serial, yes.
Some versions of the Arduino (including all the ones I own) don't use the FTDI chip: they connect the serial either directly or through a TTL-to-RS232 chip like the MAX232.
Does your meter have a direct USB interface? Or does it have a serial that requires a USB-to-serial cable?