Windows Embedded Compact formerly Windows Embedded CE and Windows CE, is an operating system subfamily developed by Microsoft as part of its Windows Embedded family of products. Unlike Windows Embedded Standard, which is based on Windows NT, Windows Embedded Compact uses an exclusive hybrid kernel....
No Windows 10 Core IoT is not the same as CE or Windows Desktop. But they all have the same thing in common, a Windows NT core API set that has changed remarkably little over time (except get bigger) "CE Remote Log Viewer The CE Remote Log Viewer is designed to provide developers, support personnel ...
Porting from the Desktop is non-trivial if the code is not Windows 8 compliant. Best bet is to start a new project of the appropriate type and then add source files to that. Makes the environment one less thing to worry about. Then networking and that sort of things are mostly under #using Windows.....
"You forgot to add QOUTE so other readers know that you are responding to an earlier post in this thread :shock:" I try to keep the number of lines on a page to manageable sizes. That's why my sig is one line. Whilst we are at it. Try https://beta.companieshouse.gov.uk/company/01283892/filing-histor...
ming.tong wrote:Put your MSSQL server on remote server, then write a RESTful API to expose the CRUDs.
At your Pi client, use HTTP to access your MSSQL server via RESTful API.
Yup. Database remote, use above. Database local use the link above.
You can sample the GPIO pins quite fast. The problem is to with jitter caused by other interrupts. Basically you can hook to the pin event and decide how much code you want to ad to the interrupt path. The less the better.
The frequency is correct. The counter runs in 52nsec step. //the stopwatch will be used to precisely time calls to pulse the output stopwatch = Stopwatch.StartNew(); //Debug.WriteLine(" Timer frequency in ticks per second = {0}", Stopwatch.Frequency); //Debug.WriteLine(" Timer is accurate within {0}...