Library for HTTPS Communication with Azure using SIMCOM Modules, such as SIM800, SIM900. SSL is required, update your module to the latest firmware.
Diff: HTTPSConnection.h
- Revision:
- 1:082b9b2c7935
- Parent:
- 0:3cf9be45a676
diff -r 3cf9be45a676 -r 082b9b2c7935 HTTPSConnection.h --- a/HTTPSConnection.h Thu Aug 10 10:41:06 2017 +0000 +++ b/HTTPSConnection.h Thu Aug 10 11:03:10 2017 +0000 @@ -26,6 +26,7 @@ * @param rx RX pin for the UART * @param baudrate Baudrate for the UART * + * **/ HTTPSConnection(PinName tx, PinName rx, int baudrate);