which computer language is best for bs2 communication?
iDave
Posts: 252
Hey gents - I notice quite a few post regarding talking to a stamp from a computer using visual basic. Thing is a while back I downloaded the Visual C++ 2008 free edition. Mostly because i already had some familiarity with c++ & kinda used to the syntax. Is there any reason I wouldn't be able to use that to serially communicate with my bs2?! Could i use the many vb code examples in the forum and translate over to c++? Anyone done it? Any thoughts are appreciated. While i'm on the subject..I've also thought about learning python to handle things on the computer side. But I'd definetly want to have a GUI on the comp side & don't know if it's more difficult to do that with python. Again, thoughts ...opinions...rambles would be great.
Dave in texas
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"THE ONLY TRUE WISDOM IS IN KNOWING YOU KNOW NOTHING." - SOCRATES
Dave in texas
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"THE ONLY TRUE WISDOM IS IN KNOWING YOU KNOW NOTHING." - SOCRATES
Comments
There are add-on packages for various scripting languages that you can use to make a simple GUI. There's one that I use with the MacOS that works with any of the available scripting languages. I've used it with Python and Applescript, even a standard Unix shell script (bash).
This shows how to use VB, But I was actually able to modify the code just by opening it in the free C++ that you are speaking of and correcting the errors.It works just fine. If you want the code, send your e-mail via PM and I will zip it up and send it to you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"THE ONLY TRUE WISDOM IS IN KNOWING YOU KNOW NOTHING." - SOCRATES