| Author |
Message |
Jude Akums
Joined: 19 Jun 2009 Posts: 2 Location: West Africa
|
19 Jun 2009 11:45 interfacing dot matrix with 8051 |
|
|
|
|
Hi everybody, am new to this forum. I have been searching for a solution to my interface problems. I built a dotmatrix display which is running very well. I also have been able to interface an lcd to my pc and it is running very well, too, but i need a user friendly software to interface to my pc in such a way that once a text is typed in my pc, it would start to display them continuously.
I will appreciate help.
|
|
| Back to top |
|
 |
sau_sol
Joined: 27 Feb 2008 Posts: 249 Helped: 27 Location: India
|
19 Jun 2009 13:30 www.electronicsforu.com |
|
|
|
|
which type of PC interfacing you are using
is it COM port, Parallel port or USB.....
|
|
| Back to top |
|
 |
user1111
Joined: 24 Mar 2007 Posts: 56 Helped: 4
|
24 Jun 2009 13:21 interface 8051 with pc |
|
|
|
|
What type of interface do you want??
Is it parallel port,serial port or usb??
|
|
| Back to top |
|
 |
mfarooq1
Joined: 09 Jan 2009 Posts: 87 Helped: 4
|
24 Jun 2009 15:07 interfacing of 8051 with pc |
|
|
|
|
| you can develop in VB
|
|
| Back to top |
|
 |
jeswanthmg
Joined: 06 Jun 2009 Posts: 15 Location: Bangalore
|
24 Jun 2009 18:01 interfacing microcontroller with pc |
|
|
|
|
| you can see Every day practical (NOV 2006) magazine there is a ready made VB project. which you exactly need ,you can later modify it according to your needs.
|
|
| Back to top |
|
 |
denny86
Joined: 25 Jun 2009 Posts: 2 Location: Cochin
|
25 Jun 2009 13:46 how to interface microcontroller with pc |
|
|
|
|
| if you want to see typed character in PC, its the job of the microcontroller to transmit that character continuously to pc.
|
|
| Back to top |
|
 |
pawanefy1984
Joined: 02 Jul 2009 Posts: 8 Location: delhi
|
02 Jul 2009 12:25 user interface for 8051 |
|
|
|
|
| Jude Akums wrote: |
Hi everybody, am new to this forum. You can try this link for Technical article - http://www.electronicsforu.com/electronicsforu/articles/
http://www.electronicsforu.com/electronicsforu/articles/
For electronic event: http://www.electronicsforu.com/electronicsforu/events/
http://www.electronicsforu.com/electronicsforu/events/
For projects: http://www.electronicsforu.com/electronicsforu/articles/
http://www.electronicsforu.com/electronicsforu/articles/
get touch with me:
efyedit7(at)efyindia.com
efyedit7(at)efyindia.com
I will appreciate help. |
|
|
| Back to top |
|
 |
GrandAlf
Joined: 09 Mar 2002 Posts: 409 Helped: 23
|
02 Jul 2009 15:46 interfacing of 8051 with pc serial port |
|
|
|
|
Not sure how the 8051 fits into this. Or did you mean that you have an LCD connected to the chip, and that you are communicating serially from the PC. If this is the case, it is a matter of modifying the driver you are using in the 8051, and monitoring the serial port. I assume you are trying to make a simple moving message display?.
A word of warning however, due to slow response of character LCDs, it is very difficult to get smooth scrolling. Doing it on a character by character basis generally looks pretty dire.
|
|
| Back to top |
|
 |
Jude Akums
Joined: 19 Jun 2009 Posts: 2 Location: West Africa
|
25 Jul 2009 17:11 parallel interfacing with 8051 |
|
|
|
|
Thank you all for your concern. I have actually developed a software with vb that can help me display information from pc to interface dotmatrix display. But, my problem now is that I want to know if there is a way of constantly displaying characters typed in pc to a dotmatrix display using vb. I used a certain character to indicate to the microcontroller that message has finished. the idea is to let the controller to constantly display the message it received from the pc, after storing the same message in its memory. I want a better way of doing that because the message to be sent may accidentally contain the "certain character" used to let the controller know the end of a message.
Help.
|
|
| Back to top |
|
 |
GrandAlf
Joined: 09 Mar 2002 Posts: 409 Helped: 23
|
25 Jul 2009 23:05 da514 software |
|
|
|
|
| Did you consider using a commercial moving message display with a serial port. seems like it will do everything that you need. I use them myself from time to time. I use DA514 type, very easy to drive in software. Unless you want to do it all as a design excersise of course.
|
|
| Back to top |
|
 |
Google AdSense

|
25 Jul 2009 23:05 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
mongkol
Joined: 11 Aug 2009 Posts: 2 Location: Tha
|
12 Sep 2009 15:42 a simple text user interface microcontroller |
|
|
|
|
| I am not sure to help you. I translate for C to assembly 8051. I used AT89C5131 chip. You canget it in the website:http://eestud.kku.ac.th/~mongkol/MemoryBank/ABCD/
|
|
| Back to top |
|
 |