X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=inline;f=libserialport.h;h=45dadc54753582af13b54b4937073a886e5a16f7;hb=cd1a7d4361a4074d0c6ce55527c735afd7bcad88;hp=1ff0b68e95efdc5773a69e9cc72c42c2d5434d97;hpb=d81a4dfdc6f9779c13c6dd10b342e9d4c5a7ff97;p=libserialport.git diff --git a/libserialport.h b/libserialport.h index 1ff0b68..45dadc5 100644 --- a/libserialport.h +++ b/libserialport.h @@ -68,6 +68,7 @@ * - @ref list_ports.c - Getting a list of ports present on the system. * - @ref port_info.c - Getting information on a particular serial port. * - @ref port_config.c - Accessing configuration settings of a port. + * - @ref send_receive.c - Sending and receiving data. * - @ref await_events.c - Awaiting events on multiple ports. * - @ref handle_errors.c - Handling errors returned from the library. * @@ -1289,6 +1290,8 @@ SP_API enum sp_return sp_set_flowcontrol(struct sp_port *port, enum sp_flowcontr * * Reading, writing, and flushing data. * + * See @ref send_receive.c for an example of sending and receiving data. + * * @{ */ @@ -1812,6 +1815,7 @@ SP_API const char *sp_get_lib_version_string(void); * @example list_ports.c Getting a list of ports present on the system. * @example port_info.c Getting information on a particular serial port. * @example port_config.c Accessing configuration settings of a port. + * @example send_receive.c Sending and receiving data. * @example await_events.c - Awaiting events on multiple ports. * @example handle_errors.c - Handling errors returned from the library. */