Wifly Driver
V1.0
|
This library is used to communicate the RN-XV Wifly module with LPC1769 board.
Wifly module with the necessary functions to interact with the RN-XV see Wifly.c.
You can use TCP module to establish TCP communications. see Tcp.c.
You can use UDP module to establish TCP communications. see UDP.c
You can use ARPALAB module to send and receive values from arpalab web. see Arpalab.c
Log module thats you can use to debug your app. see Log.c
Auxiliary module to communicate by an UART port. see PrintF.c
Auxiliary module to configure and send or receive characters by an UART port. uart.c