Skip to content

Commit

Permalink
update docs on serial handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbassham committed Jan 27, 2021
1 parent 88d7168 commit f979a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/03-serialconnection.md
Expand Up @@ -61,7 +61,9 @@ bool MyCustomDriver::Handshake()
return true;
}
PortFD = serialConnection->getPortFD();
// TODO: Any initial communciation needed with our device; we have an active
// connection with a valid file descriptor called PortFD. This file descriptor
// can be used with the tty_* functions in indicom.h
return true;
}
Expand Down

0 comments on commit f979a71

Please sign in to comment.