Hi there,
I have been able to create the plugin using C#.net, all works well.
However I am now trying to write a display driver for some of the electronic till displays using C#.net. From what I gather it is not possible because of the way that .net creates the dlls.
Is it possible for add functionality to LCD Smartie to access .net display driver dlls as they can with plugin dlls?
Many thanks for LCD Smartie.
Jonathan
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Display drivers in C#
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 28
- Joined: April 2nd, 2006, 1:55 pm
- Location: Germany
- Contact:
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Posts: 3
- Joined: August 17th, 2008, 12:57 am
Well, I havn't really gotten started with it yet.
The main reason for choosing the HID-Class instead of the CDC is that
my C Compiler (mikroC) for Microchip PICs include a library for HID but
not for CDC.
I have started to translate Microchips C18 CDC Library into mikroC but
without much luck. So if someone could help me get that working I
certainly could use the CDC Class instead of HID.
The other reason is that the HID Class got all the drivers included in the
OS, even for Vista x64 that I'm using, for Microchip CDC lib they include
an inf file that points to a correct CDC driver in the OS, hence making it
one extra step for installing the device and I have to use an extra file.
Here is the link to the forums of my compiler where I have posted for
help in getting the lib to work.
Please feel free to help out!
http://www.mikroe.com/forum/viewtopic.p ... highlight=
Please move this post if I should have started a new thread.
The main reason for choosing the HID-Class instead of the CDC is that
my C Compiler (mikroC) for Microchip PICs include a library for HID but
not for CDC.
I have started to translate Microchips C18 CDC Library into mikroC but
without much luck. So if someone could help me get that working I
certainly could use the CDC Class instead of HID.
The other reason is that the HID Class got all the drivers included in the
OS, even for Vista x64 that I'm using, for Microchip CDC lib they include
an inf file that points to a correct CDC driver in the OS, hence making it
one extra step for installing the device and I have to use an extra file.
Here is the link to the forums of my compiler where I have posted for
help in getting the lib to work.
Please feel free to help out!
http://www.mikroe.com/forum/viewtopic.p ... highlight=
Please move this post if I should have started a new thread.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact: