
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
init and display WELCOME message in VS.NET C++
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Plugin Author
- Posts: 16
- Joined: January 6th, 2006, 11:56 am
init and display WELCOME message in VS.NET C++
can anyone do that for me? please !
(using dlportio.dll and 4x40 LCD)

-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
-
- Plugin Author
- Posts: 192
- Joined: January 18th, 2006, 11:09 pm
- Location: Saskatoon, Saskatchewan, Canada
I'll give you a hint...
If you want somebody to do your project for you, start offering cash. If you want help LEARNING how to do your project, ask nicely, and only when you have no where else to turn.
If you want to learn Visual C++, get the book Teach Yourself Visual C++ in 21 Days. I'm sure there's a C# version too, but for something that interfaces with the parallel port, plain old C/C++ is your best bet. (Personally, I use the free Dev-C++ environment.)
If you want to control the parallel port in Windows 95/98/Me, download the Windows 98 SDK and read the API documents. If you're looking for Windows 2000/XP support too, get the Windows 95/NT Port I/O Driver from DriverLinx. It includes API documents and Visual C++, Delphi, and VB example code.
If you want to know how to hook up an LCD and what commands it accepts, do a search on Google for the HD44780, which is the chip used to control the LCDs. One of the first links is this, How to control a HD44780-based Character-LCD, which has basically everything you'll ever need.
Those are the three parts to your project, and all of the information you could possibly need. Read until your eyes bleed, code until your fingers bleed, and wrack your brains over the inevitable bugs you will run into until your ears bleed. THEN you can ask for help getting past a stumbling block.
But please, don't expect somebody to do an entire project (even a relatively simple one) for free. That's asking a lot.
If you want somebody to do your project for you, start offering cash. If you want help LEARNING how to do your project, ask nicely, and only when you have no where else to turn.
If you want to learn Visual C++, get the book Teach Yourself Visual C++ in 21 Days. I'm sure there's a C# version too, but for something that interfaces with the parallel port, plain old C/C++ is your best bet. (Personally, I use the free Dev-C++ environment.)
If you want to control the parallel port in Windows 95/98/Me, download the Windows 98 SDK and read the API documents. If you're looking for Windows 2000/XP support too, get the Windows 95/NT Port I/O Driver from DriverLinx. It includes API documents and Visual C++, Delphi, and VB example code.
If you want to know how to hook up an LCD and what commands it accepts, do a search on Google for the HD44780, which is the chip used to control the LCDs. One of the first links is this, How to control a HD44780-based Character-LCD, which has basically everything you'll ever need.
Those are the three parts to your project, and all of the information you could possibly need. Read until your eyes bleed, code until your fingers bleed, and wrack your brains over the inevitable bugs you will run into until your ears bleed. THEN you can ask for help getting past a stumbling block.
But please, don't expect somebody to do an entire project (even a relatively simple one) for free. That's asking a lot.
