Running a C code developed in IAR on Windows

40 views Asked by At

I have a C code developed on IAR. This code was executed on a hardware with ARM processor that has a screen for remote control of a physical machine.

Between this program (hardware) and the physical machine, a TCP connection is established through LAN cable, and it was possible to exchange messages.

Now I want to run this code on Windows to communicate with that physical machine through the computer.

Is this possible?

In fact, I want to see the same screen on the computer and send the message through the computer to the physical machine.

1

There are 1 answers

1
Klaus On

Depends on your code. You should have a look on Cygwin as a Posix conform environment that comes with a gcc and mintty as a nice terminal emulator.