Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: CPU time consuming program Pin
Mikke_x30-Jun-04 6:16
Mikke_x30-Jun-04 6:16 
GeneralTreeview count parents Pin
saud_a_k29-Jun-04 19:40
saud_a_k29-Jun-04 19:40 
Generaloops.. I got it Pin
saud_a_k29-Jun-04 19:45
saud_a_k29-Jun-04 19:45 
GeneralOk One more question people Pin
saud_a_k29-Jun-04 19:57
saud_a_k29-Jun-04 19:57 
GeneralRe: Ok One more question people Pin
Heath Stewart30-Jun-04 6:02
protectorHeath Stewart30-Jun-04 6:02 
GeneralRe: Ok One more question people Pin
saud_a_k30-Jun-04 19:10
saud_a_k30-Jun-04 19:10 
GeneralGPS data via Bluetooth (com port communication) Pin
stanlyB2329-Jun-04 12:18
sussstanlyB2329-Jun-04 12:18 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
Heath Stewart29-Jun-04 13:59
protectorHeath Stewart29-Jun-04 13:59 
.NET 1.x does not include a serial stream reader/writer class; .NET 2.0 will (finally). There are several classes available that people have written to get around this problem. If you try the following search, you'll find several hits:

http://www.codeproject.com/info/search.asp?cats=3&cats=5&searchkw=serial+com+port[^]

As far as using another language (because you're easiest way to talk to a serial port is using Managed C++), you do realize that you can write assemblies using any managed language, don't you? You could, for example, write an assembly in Managed C++ (typical when many native functions and supporting data types need to be used) and reference that in your C# project just like you reference System.dll, System.Data.dll, etc. The .NET BCL assemblies are written in C# yet they're used by all other managed languages (MC++, VB.NET, Perl.NET, COBOL.NET, etc.).

Use what makes it the easiest.

If you want additional help for reading NMEA data from your GPS unit, try the following google search:

http://www.google.com/search?q=GPS+C%23[^]

There are many great examples and even some third-party libraries which could do all this for you.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: GPS data via Bluetooth (com port communication) Pin
pxp29-Jun-04 21:57
pxp29-Jun-04 21:57 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
stanlyB2329-Jun-04 23:50
sussstanlyB2329-Jun-04 23:50 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
pxp30-Jun-04 0:01
pxp30-Jun-04 0:01 
GeneralEncryption problems Pin
Not Active29-Jun-04 10:25
mentorNot Active29-Jun-04 10:25 
GeneralRe: Encryption problems Pin
Heath Stewart29-Jun-04 14:11
protectorHeath Stewart29-Jun-04 14:11 
GeneralRe: Encryption problems Pin
Not Active29-Jun-04 16:16
mentorNot Active29-Jun-04 16:16 
GeneralCystal Report Chart questions-C# Winforms using cystal report Pin
Anonymous29-Jun-04 9:40
Anonymous29-Jun-04 9:40 
QuestionC# missing anonymous classes? Pin
vista2729-Jun-04 8:39
vista2729-Jun-04 8:39 
AnswerRe: C# missing anonymous classes? Pin
Judah Gabriel Himango29-Jun-04 8:49
sponsorJudah Gabriel Himango29-Jun-04 8:49 
GeneralRe: C# missing anonymous classes? Pin
vista2729-Jun-04 9:22
vista2729-Jun-04 9:22 
GeneralRe: C# missing anonymous classes? Pin
Judah Gabriel Himango29-Jun-04 9:45
sponsorJudah Gabriel Himango29-Jun-04 9:45 
AnswerRe: C# missing anonymous classes? Pin
Heath Stewart29-Jun-04 9:05
protectorHeath Stewart29-Jun-04 9:05 
Generalmemcmp in C# Pin
BrcKcc29-Jun-04 8:29
BrcKcc29-Jun-04 8:29 
GeneralRe: memcmp in C# Pin
Heath Stewart29-Jun-04 9:45
protectorHeath Stewart29-Jun-04 9:45 
GeneralRe: memcmp in C# Pin
BrcKcc29-Jun-04 9:54
BrcKcc29-Jun-04 9:54 
GeneralRe: memcmp in C# Pin
Werdna30-Jun-04 5:53
Werdna30-Jun-04 5:53 
GeneralRe: memcmp in C# Pin
BrcKcc30-Jun-04 6:24
BrcKcc30-Jun-04 6:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.