Difference between revisions of "Modem"

From ComputerCraft Wiki
Jump to: navigation, search
m (Sentence case and correct grammar. (> Category:Disambiguation_Pages))
(Add link to Modem API)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
==Wireless Modems==
 
==Wireless Modems==
 
[[Wireless Modem|Wireless modems]] allow communication wirelessly between computers through channels.
 
[[Wireless Modem|Wireless modems]] allow communication wirelessly between computers through channels.
 +
==Ender Modems==
 +
[[Ender Modem|Ender modems]] act as long-distance wireless modems, and are capable of cross-dimensional communications.
 
==Wired Modems==
 
==Wired Modems==
[[Wired Modem|Wired modems]] allow communication through Networking Cables to other computers and peripherals.
+
[[Wired Modem|Wired modems]] allow communication through Networking Cables to other computers, and also allow long-distance peripheral usage.
 +
==Modem API==
 +
The [[Modem (API)|Modem (API)]] is the interface which is provided when one of the above modems are wrapped as a peripheral.
  
 
[[Category:Disambiguation_Pages]]
 
[[Category:Disambiguation_Pages]]

Latest revision as of 18:37, 14 January 2018

Modems are a peripheral which allow computers to communicate with other computers.

Wireless Modems

Wireless modems allow communication wirelessly between computers through channels.

Ender Modems

Ender modems act as long-distance wireless modems, and are capable of cross-dimensional communications.

Wired Modems

Wired modems allow communication through Networking Cables to other computers, and also allow long-distance peripheral usage.

Modem API

The Modem (API) is the interface which is provided when one of the above modems are wrapped as a peripheral.