Knowledge Base
...
Fundamentals
Communications Protocols

The Wired Connectivity Requirement

4min
lead in as mentioned in the previous topic, a wired protocol is a pre requisite requirement to communicate with a module that enhances the capability of the application to illustrate, when communicating with a gsm modem the gsm modem does enable gsm communication or a tcp/ip link to the internet communications topography the layout requires a sequence of elements that work together to pass the commands and data from the microcontroller to the module the mcu's compliant peripheral initiates the communication with the module, and it will use one of the options available for example i2c the wired communication protocol facilitates the data and the commands to the module the module utilizes the interaction to either send or receive data the wired communication protocol facilitates the return of data or information to the mcu the mcu's compliant peripheral receives the data and passes it on device addressing wired protocols have two options, point to point and addressable where a number of nodes may be connected to the mcu's compliant peripheral the protocol would determine the number of nodes that can be connected the choice of the wired protocol may be limited by the interface available, and the speed and number of devices will be limited to the protocol specification rs232 would be an example of a wired communications topology where there is no address, so it is point to point rs422/rs485 extends that capability with addressable nodes rs422/rs485 however is usually used to extend the communications link off board to adjacent nodes in a daisy chain styled topology the advantage of the list of protocols listed below is that they can be addressed, which means that the mcu can connect to multiple devices or modules lead out in the following sections, we will review the various protocol options and how each one can be used to enhance the capabilities of the mcu