Play around with their computer's port ?

  • Thread starter Thread starter TenNen
  • Start date Start date
AI Thread Summary
The discussion centers on the applications and functionalities of computer ports, particularly the parallel port. Participants clarify that there are various types of ports, including parallel, serial, USB, and ethernet. The parallel port is described as an eight-bit wide bi-directional TTL level digital bus, primarily used for connecting printers. Although it can facilitate networking between two PCs, this method is slow compared to modern alternatives like USB. Users are encouraged to conduct online research for detailed information on connecting devices and programming with the parallel port, as many resources are readily available. Overall, the conversation highlights the declining relevance of parallel ports in contemporary computing.
TenNen
Messages
97
Reaction score
0
Can you tell me what applications people can make to play around with their computer's port ? or is it just a dead one waiting for some connections to the objects outside ?
Thank you very much.
 
Computer science news on Phys.org
Anyone can give any ideas?
 
You're not making any sense. What port? There are parallel, serial, USB, ethernet, virtual, etc.
 
Perhaps his computer came with a bottle of Portugese fortified wine, also known as port. I would suggest drinking it or, if the situation arises, hitting a burgler with it.

Njorl
 
russ_watters said:
You're not making any sense. What port? There are parallel, serial, USB, ethernet, virtual, etc.
Would you please tell me about parralel one's aplication ? Anything funnie for me to play around with it ? Please tell me...

Thanks Russ a lot in advance
 
The parallel port is just an eight bit wide bi-directional TTL level digital bus. You can read or write any digital data with it.

- Warren
 
But Can you give me some more details about how to write and read data and how to connect cables etc from/to the port to/from which device? Any applications you have done or have heard of ?

Thanks
 
Seems like twenty seconds with google will give you all the info you could want. Try this one:

http://www.lvr.com/parport.htm

- Warren
 
The parallel port is just an eight bit wide bi-directional TTL level digital bus.
Duh. :wink:

Seriously though, we're all here to ask and answer questions, but when there are hundreds upon hundreds of websites with this information that you can access with a simple google search and you still ask us we get a little cranky.
 
  • #10
In a nutshell:

Its the rather large port on the back of your PC. Nowadays it is mostly used to connect a printer to your computer. It is possible to network two PCs via parallel ports, but that is not very fast. In general, USB and PS/2 have mostly replaced parallel ports in day-to-day usage.
 
  • #11
Moe said:
In a nutshell:

Its the rather large port on the back of your PC. Nowadays it is mostly used to connect a printer to your computer. It is possible to network two PCs via parallel ports, but that is not very fast. In general, USB and PS/2 have mostly replaced parallel ports in day-to-day usage.
Thanks,...
 
Back
Top