**Question:** found [here](http://rusefi.com/forum/viewtopic.php?f=5&t=210&start=29)
I'd like to try to connect to Tuner Studio and see what happens. I have a USB/TTL device which looks the same as the photo that Andrey posted. What do I connect to what and what is the procedure?
1. Verify pin assignments for your USB TTL cable. Colors might be slightly different from what is shown above and there maybe additional wires which are not needed. Before connecting the TTL to the brain board, connect it to your desktop and install the drivers if required.
2. Once the USB TTL Serial device and drivers are installed, connect GND wire to GND on the brain board
* connect RX wire of the TTL to pin PC10
* connect TX wire of the TTL to pin PC11
3. Set up the new serial port @ 38400 with 8/N/1 no flow control using your favorite terminal
4. Hit button 't' on the keyboard. You should get something like this:
`4073 Alive`
This UART/real serial is just another way to connect either TunerStudio or rusEFI console to the firmware. By combining both microUsb virtual serial and TTL real serial one can connect to rusEFI with both TunerStudio and rusEFI console simultaneously.