Search found 588 matches
- Thu Feb 22, 2007 1:51 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Typhoon questions.
- Replies: 10
- Views: 17895
- Thu Feb 22, 2007 12:53 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Typhoon questions.
- Replies: 10
- Views: 17895
- Thu Feb 22, 2007 12:35 am
- Forum: General Chat
- Topic: G15 Emulation for Matrix Orbital?
- Replies: 3
- Views: 11526
Logitech probably figured people would want to do that and put a chunk of their code into all aplications that use the G15 so you can't just replace some dll with one of your own and redirect output.
The only way this probably could work is probably emulate the full G15 usb device using the Device ...
The only way this probably could work is probably emulate the full G15 usb device using the Device ...
- Fri Jan 19, 2007 11:55 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Large digits on GLK12232-25-SM
- Replies: 2
- Views: 5106
- Fri Oct 27, 2006 11:19 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading from COM3 c++
- Replies: 1
- Views: 4295
In the code i posted in this topic paste the following code just before CloseHandle line.
It would print out all Characters recieved.
Code: Select all
while (true)
{
ReadFile(hCom,buffer,1,&br,NULL);
if (br != 0)
printf("%.2x\n",buffer[0]);
}
- Tue Oct 24, 2006 9:42 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: c++ write to com1 eg
- Replies: 7
- Views: 19514
- Thu Oct 12, 2006 9:07 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: MogdSharp sends undocumented command
- Replies: 3
- Views: 5058
- Thu Oct 05, 2006 4:45 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Vista RC1 Support - MX610
- Replies: 8
- Views: 11283
- Thu Mar 02, 2006 12:15 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: c++ write to com1 eg
- Replies: 7
- Views: 19514
- Tue Oct 25, 2005 3:09 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Windows MCE with VK202-24-USB
- Replies: 6
- Views: 9043
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 ...
Then all you need to do is implement an interface and talking to the display, talking to the display ...
- Fri Sep 16, 2005 5:11 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: MX product - program keypad in VB
- Replies: 5
- Views: 8127
- Tue Jul 26, 2005 12:16 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: BootEdit problems
- Replies: 6
- Views: 7984
- Fri Jun 10, 2005 3:13 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Installing the Internal USB Cable
- Replies: 30
- Views: 62102
- Wed May 18, 2005 12:25 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Windows x64
- Replies: 25
- Views: 36845
- Thu May 05, 2005 2:12 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Small .NET Demo Application
- Replies: 12
- Views: 17588
Like jeroen said, you need the .net framework.
grab a copy off windows update or download manually from http://www.microsoft.com/downloads/deta ... laylang=en
grab a copy off windows update or download manually from http://www.microsoft.com/downloads/deta ... laylang=en