Differences
This shows you the differences between two versions of the page.
| |
| csharp:index [2026/05/29 04:56] – created mfranklin | csharp:index [2026/05/29 04:57] (current) – removed mfranklin |
|---|
| ====== CFHEADER C# API ====== | |
| |
| After [[cfnet:cfheader:development_environment:index|setting up a development environment]], simply [[cfnet:cfheader:connecting_to_usb_host:index|connect the CFHEADER module to the development machine]], and then use Visual Studio, and any .NET language like C# or VB.NET, to automate the IO using the [[https://api.comfiletech.com/csharp/api/ComfileTech.Cfnet.Cfheader.html|ComfileTech.Cfnet.Cfheader API]]. | |
| |
| Enjoy the convenience and efficiency of debugging the entire solution on the Windows development machine before deploying to an ARM Linux or other target device. Since the development machine is usually much more powerful than the target device, local edit-run-debug iterations are far more productive. | |
| |