rusEFI virtual firmware simulator is a way to play with the rusEFI without any hardware!
This simulator allows you to see how the firmware reacts to different commands and configuration adjustments via Tuner Studio. The main thing one would be looking at would be the 'Engine Sniffer'.
All you need is a Windows computer. This virtual simulator is built from the same source code as rusEFI controllers firmware.
If you prefer using the free version of Tunerstudio - Tunerstudio lite - you'll need to install a serial port emulator from [here](https://www.hw-group.com/software/hw-vsp3-virtual-serial-port#download). You'll need to emulate a port on your PC. The only thing that you'll need to do is to choose a port name, COM100 for example, and to change the port address to 29002.
In case something does not work with the TCP<>Serial driver, first thing is to make sure that rusefi_simulator.exe is in the list of Processes in Task Manager
Next step is executing
`telnet localhost 29001`
to make sure that dev console protocol is alive
and
`telnet localhost 29002`
to make sure that TS protocol is alive.
Expected behavior is that connection would be established. If it does not, you might need to look in firewall settings.