From what sources to learn c#, wpf to interact with the microcontrollers?
From what sources to learn c#, wpf in order to read data and to control the microcontroller?
2 answers
Depends on the microcontroller, so you first need to decide on hardware, look for the information you need on specific hardware, and WPF is neither here nor there.
First learn C# and .net fw from anywhere (1000 and 1 response on the Toaster already), not to ask such questions.
Obviously the language and even platform has nothing to cocnrete interfaces. Moreover, the UI subsystem.
How do you plan to control them via COM-port?
Find more questions by tags C#WPF