Asked by:
Communication Protocols

Question
-
All replies
-
Dear friend,
UART is a kind of serial communication. Azure Sphere supports several serial communication formats for application development, including UART (universal asynchronous receiver-transmitter), I2C (Inter-Integrated Circuit), and SPI (Serial Peripheral Interface).
You may find more details on this page: Use I2C, SPI, and UART
Keep Fighting
- Proposed as answer by AshokPeddakotla-MSFTMicrosoft employee, Moderator Thursday, November 14, 2019 12:07 PM
-
In Addition to the above suggestions, if you are looking for communicating with devices, Azure IoT Hub, and other services using various endpoints, ports, and protocols, please refer Azure Sphere OS networking requirements.
- Proposed as answer by AshokPeddakotla-MSFTMicrosoft employee, Moderator Thursday, November 14, 2019 12:07 PM
-
btw: UART / SPI/ I2C / USB ... etc is interfaces, not protocols ...
in module exist TAP-TUN-SLIP https://en.wikipedia.org/wiki/TUN/TAP
but is not enabled for userware...
need PPP for GSM LTE/NB/CAT modules
-