Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
hi,
C# means you might have to learn .NET framework and .NET doesnt provide exclusive support to Serial/Parallel port programming.You will have to emply PInvoke Methods to access the serial port in C# which uses the Win32 API inturn.So might not be a good option for a few.About other languages i am not too sure but i heard VC++ is very popular in such hardcore programming.
Regards,
Kareja
hi,
do not use c# for serial/paralled interfacing, c# uses the run time for its operation akin to java and also does not have optimal pointer manipulation schemes and memory deletion is not under user control, c/c++ is the best for serial/parallel interfacing.
Microsoft tried to implement it's own windows specific extensions to Java and got sued for their troubles. So it's answer was C# and .net, which is just their ripped off version of Java and the virtual machine. So, use Java, the original.
I agree with btbass for some extent but not completely.Java is slow soooo slow.Microsoft though copies things from others,it does that in soo decent manner that the outcome is 100 times better than the original one..NEt runtime is not as slow as java and only the CLR loads a program the slowness of the application is never seen. Apart from slight performance issue .NET is a revolution in Windows Programming.Does anyone code ASP.NET??Its sooo simple to develop dynamic pages and can java do that easier???No way!
Kareja
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.