Hello All,
Sorry I am a newbie at this. But I just bought a VK202-24-USB and wanted to play around with this and MCE. I've downloaded MCE SDK. Does anyone have any examples how to write to the screen with MCE? Or any suggestions or point me to the right direction is greatly appreciated.
Have a good day.
Windows MCE with VK202-24-USB
Windows MCE with VK202-24-USB
Cheers,
-yoyo
-yoyo
Hi Yoyo,
Thank you for posting on the forum.
What type of programming language are you using?
I will describe to you how you basically communicate with the display. When you plug in VK202-24-USB, load the drivers, the driver creates a virtual com port like com 4 for example. If you can find a library for communicating with a com port, you can write information to the display. All you would need to do is send data to the com port.
You can find any detailed information on the VK202-24-USB in the manual at
http://www.matrixorbital.ca/manuals/VK_ ... 02-24-USB/
Best Regards,
Thank you for posting on the forum.
What type of programming language are you using?
I will describe to you how you basically communicate with the display. When you plug in VK202-24-USB, load the drivers, the driver creates a virtual com port like com 4 for example. If you can find a library for communicating with a com port, you can write information to the display. All you would need to do is send data to the com port.
You can find any detailed information on the VK202-24-USB in the manual at
http://www.matrixorbital.ca/manuals/VK_ ... 02-24-USB/
Best Regards,
-
- Matrix Orbital
- Posts: 745
- Joined: Thu Dec 13, 2001 4:00 pm
- Location: Earth.... I think..
- Contact:
Since you already have the SDK you must have noticed MCE is pretty much all managed code, if you want to get started quickly i suggest switching to C# of VB and using Omar Shahine's front panel sdk
Then all you need to do is implement an interface and talking to the display, talking to the display is simple serial communication if you will be using dotnet 2.0 support for serial communication should already be build into the class library, if you are using 1.1 you can use loman's serial stream class
Those two should be enough to get you started
Then all you need to do is implement an interface and talking to the display, talking to the display is simple serial communication if you will be using dotnet 2.0 support for serial communication should already be build into the class library, if you are using 1.1 you can use loman's serial stream class
Those two should be enough to get you started
-
- Matrix Orbital
- Posts: 231
- Joined: Mon Oct 24, 2005 10:38 am
- Location: Calgary, AB, Canada
- Contact:
Sounds interesting. The switch from C/C++ to VB.NET or C# is fairly easy, the only thing you have to get used to in VB.NET is NOT having semi-colons. lol I can't remember how many times I've done that and wondered what was wrong.
If you run into any problems feel free to post them in this thread and I'll help you through them. Sounds like an exciting project. If anybody knows of any sample projects like this feel free to post links.
Thanks
--
Jonathan
Sales Associate
Matrix Orbital
If you run into any problems feel free to post them in this thread and I'll help you through them. Sounds like an exciting project. If anybody knows of any sample projects like this feel free to post links.
Thanks
--
Jonathan
Sales Associate
Matrix Orbital