I am using WISOL SFM10R4, which I purchased as part of the Thinxtra XKIT, I am trying to interface with a no Audrino micro-controller and I am facing issues in configuring the communications. I have powered the module, connected UART RX and TX, and sending a query for device ID.
UARTSend((uint8_t *)"AT$I=10", 7);
The above function sends the query command and I am expecting a response from the module, however, I am seeing no response.
Could you provide me the datasheet or advise on anything I need to configure before I could configure in the WISOL to get the comms running?
Baudrate 9600, data length = 8, stop bit = 1, parity none. Is my UART configuration.