USB TC-08 C# windows application

Post your .Net discussions here
Post Reply
Punitha
Newbie
Posts: 0
Joined: Tue Sep 11, 2012 12:45 pm

USB TC-08 C# windows application

Post by Punitha »

Does any has a .net C# windows application for USB tc-08.? I find only console application for C#. Is it easy to convert console application to windows application?. Can any one guide me please?. I dont have any idea about c#.
Punitha

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: USB TC-08 C# windows application

Post by Martyn »

The console application is a simple way to show how you call into the dll using the api, as defined in the TC08Imports.cs file

Converting to a Windows Application is straightforward provided you are used to creating c# windows applications. If you are not familiar with this I would suggest finding some online tutorial for this. Once you can create an application with buttons, file dialogs,text boxes etc then it should be easy to bolt on the tc08 code. Creating something which plots data on graphs etc will be another learning curve.
Martyn
Technical Support Manager

Post Reply