![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| If someone could provide me with a diagram or something to get me started it would be great . I basically want to transfer data from the 8051 memory to the PC and collect and tabulate the data using MS Access. Everything and anything is welcome. Thanx guys Jay | |
| |
| | (permalink) |
| I think Visual Basic can be used to access the parallel port and read data or send data through it. You can try searching the net about it. | |
| |
| | (permalink) |
| Why are you wasting so many port pins in parallel data transfer when you can do it with only two pins using on-chip serial port of 8051 which can be operated at 115 kbps with a 24MHz crystal. Serial interfacing is less messy and is easy to transfer data over it.
__________________ "There is no way to peace, peace is the way!" | |
| |
| | (permalink) |
| What kind of 8051 are you using? many different breeds out there. If yours has a build in UART you should use the serial port. | |
| |
| | (permalink) |
| I am using DS5000T mine has serial capability, maybe yours too, it is easier really to use the Parallel port and some 8 bits. | |
| |
| | (permalink) | |
| Quote:
__________________ "There is no way to peace, peace is the way!" | ||
| |
| | (permalink) |
| Thanx a lot everyone. Serially is the way to go . I 'll be using the 8051 (with surely a UART) to only transfer data. Once the data had been uploaded to the PC how do I retreive it on the PC . There are a couple of applications available on the net which are to be payed . If some could tell me about a easier way so that my data can stored using MS Access it would be great . Thanx Jay | |
| |
| | (permalink) | ||
| Quote:
| |||
| |