Windows MCE with VK202-24-USB

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
Yoyo
LCD!
Posts: 10
Joined: Fri Oct 21, 2005 10:37 am

Windows MCE with VK202-24-USB

Post by Yoyo »

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.
Cheers,

-yoyo

Tom
Matrix Orbital
Matrix Orbital
Posts: 1030
Joined: Mon Jul 19, 2004 4:43 pm
Location: Calgary
Contact:

Post by Tom »

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,

Yoyo
LCD!
Posts: 10
Joined: Fri Oct 21, 2005 10:37 am

Post by Yoyo »

Thanks Tom,

I will be using C/C++. Thanks for your help Tom.

Anyone who knows where I can get some libraries to communicate to the screen?

Thanks in Advanced!
Cheers,

-yoyo

Ray
Matrix Orbital
Matrix Orbital
Posts: 745
Joined: Thu Dec 13, 2001 4:00 pm
Location: Earth.... I think..
Contact:

Post by Ray »

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

Yoyo
LCD!
Posts: 10
Joined: Fri Oct 21, 2005 10:37 am

Post by Yoyo »

Thanks Ray for your help. I will take a look at Omar SDK.

Thanks again for helping me out.
Cheers,

-yoyo

Jon
Matrix Orbital
Matrix Orbital
Posts: 231
Joined: Mon Oct 24, 2005 10:38 am
Location: Calgary, AB, Canada
Contact:

Post by Jon »

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

Yoyo
LCD!
Posts: 10
Joined: Fri Oct 21, 2005 10:37 am

Post by Yoyo »

Hi Jon,

Thanks for your help. Yep, this is going to be a fun project for sure. I wish I can get some examples to get a better understanding. Like you can see, I am pretty new at this. I will definitely post when I need some help. Thanks again for helping.
Cheers,

-yoyo

Post Reply