pub struct EspAt<S> { /* private fields */ }
Expand description

esp-at driver for ESP32, ESP8266, ESP8285.

Implementations§

ATE0

ATE1

(ip, gateway, netmask)

,,,,<pci_en>,<reconn_interval>,<listen_interval>,<scan_mode>

AT+PING

AT+CIPSEND=x

Skip all possible data. Skip and send “AT”, if it returns OK, then all read data is received.

Read a packet

AT+CIPCLOSE

AT+HTTPCLIENT

source

pub fn http_post(
    &mut self,
    url: &str,
    data: &str
) -> Result<&str, EspAtError<ER, EW>>

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.