Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to use a LCD DISPLAY using C#, while I was searching I realized several persons uses PICS to do this, I just want to know if this is possible using this language?

And if it's possible, some information related to this.c

share|improve this question
1  
I removed the parallel tag from your question as it is about parallel programming and has nothing to do with programming of the parallel I/O port. – Hristo Iliev May 17 '12 at 7:30

1 Answer

up vote 4 down vote accepted

Yes, this is possible. Note that ideally you'll want to use an LCD with a parallel controller.

This project is an example of exactly what you describe: http://www.codeproject.com/Articles/5081/I-O-Ports-Uncensored-Part-2-Controlling-LCDs-Liqui

The author suggests some LCD modules that will work in this scenario.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.