mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
6074c410d9
The receive side is basically a copy of the HardwareSerial driver, whilst the transmit side uses the same algorithm as the APM_FastSerial driver. See the example sketch for usage details. git-svn-id: https://arducopter.googlecode.com/svn/trunk@276 f9c3cf11-9bcb-44bc-f272-b75c42450872
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
FastSerial KEYWORD1
|
|
begin KEYWORD2
|
|
end KEYWORD2
|
|
available KEYWORD2
|
|
read KEYWORD2
|
|
flush KEYWORD2
|
|
write KEYWORD2
|