Hi all,
I am new in Arduino working, so the start seems to be hard. I need some help.
I have a device Arduino pro mini (http://www.engineersgarage.com/electronic-components/arduino-pro-mini-pinout) and want to connect to PC USB port using an interface cable (PL2303X-M-CAB / PL2303 USB-TTL átalakító kábel (USB-Soros) - HESTORE - Elektronikai alkatrész kis- és nagykereskedelem). Unfortunately the arduino-1.6.8-windows program cannot upload any program to Arduino. The received error message is following.
Arduino: 1.6.8 (Windows 7), Board: "Arduino/Genuino Uno"
Sketch uses 1,104 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 11 bytes (0%) of dynamic memory, leaving 2,037 bytes for local variables. Maximum is 2,048 bytes.
avrdude: ser_open(): can't open device "\.\COM1": The system cannot find the file specified.
The first problem is to attach the device to USB using the mentioned cable. It has a black and a red cable that corresponds to GND and Vcc. It has still a white and a green cable that is uncertain whether TXO or RXI is. I tried both variations without success. The USB cable has GND and Vcc lines and D+, D- differential data lines. Can somebody tell me how to connect the Arduino lines to USB lines in order to function fine?
Thank you for your answer in advance.