Page 1 of 1

write software

PostPosted: Wed Nov 26, 2014 2:58 pm
by mhk1367
hi
i want to write software with c# for control tbs 5925 and check some signal features for example signal strength and develop tbs software.
but i do not know how to do? and what am i need?

Re: write software

PostPosted: Wed Nov 26, 2014 9:09 pm
by updatelee
I believe CrazyCat has an API you can use. I dont use C# so really not sure. Is that a subset of C/C++ ?

You can use my drivers in Linux, C for the kernel API then whatever you want for the UI, I use C++ but others use C for that as well.

UDL

Re: write software

PostPosted: Wed Nov 26, 2014 10:12 pm
by mhk1367
updatelee Wrote:I believe CrazyCat has an API you can use. I dont use C# so really not sure. Is that a subset of C/C++ ?

You can use my drivers in Linux, C for the kernel API then whatever you want for the UI, I use C++ but others use C for that as well.

UDL


thanks updatelee
i think crazy scan is good but i need in c# example?

Re: write software

PostPosted: Thu Nov 27, 2014 12:52 am
by updatelee
I don't really know C# but searching Google it appears as if there are ways to interface c++ api's

I've never done it obviously so I have no idea how easy it is.

UDL

Re: write software

PostPosted: Sun Nov 30, 2014 2:07 pm
by mhk1367
hi and thanks
i want only to get signal strength and quality and then send some command to motor but i do not know how to do (if possible :simple code c++ or c# for only that work)

Re: write software

PostPosted: Wed Dec 03, 2014 10:06 pm
by mhk1367
hi
i do not know how write simple code with crazy scan in visual studio 2010 or 2012. can anybody help me? simple code!

Re: write software

PostPosted: Tue Dec 09, 2014 7:11 am
by crazycat
StreamReaderEx-BDA

Contain API header, lib and def.
+sources for StreamReaderDemo - some demo MFC application which use basic and some advanced StreamReaderEx functions. Can be compiled with MSVS 2008 and newer (just convert project).
+ sources for many console tools like BLScan, BLScan2, IQScan, RFScan.

Re: write software

PostPosted: Tue Dec 09, 2014 2:34 pm
by mhk1367
thanks alot crazy cat.