I am currently working on a C# project that contains UDP and TCP connections, and outputs to a serial port,... etc...
So I was thinking ... How hard is it to take a C# program and convert it somehow to be embedded on a circuit board? ... i.e: replacing the laptop with a circuit board and components with the software running on it
I know that it is more achievable with C ... but I am asking about C# specifically
Thanks :)