Link protocol
- class pygarmin.protocol.L000(physicalLayer)
Bases:
object
Basic Link Protocol.
The Basic Link Protocol is used for the initial communication with the A000 Product Data Protocol to determine the product data of the connected device.
- send_packet(pid, data)
Send a packet.
- read_packet()
Read a packet.
- expect_packet(pid)
Expect and read a particular packet type. Return data.