Functions | Variables
rs232.c File Reference
#include "rs232.h"
Include dependency graph for rs232.c:

Go to the source code of this file.

Functions

void CloseComport ()
 
int IsCTSEnabled ()
 
int OpenComport (char *comport, int baudrate)
 
int PollComport (unsigned char *buf, int size)
 
int SendBuf (unsigned char *buf, int size)
 
int SendByte (unsigned char byte)
 

Variables

char baudr [64]
 
HANDLE Cport
 

Function Documentation

void CloseComport ( )

Definition at line 351 of file rs232.c.

int IsCTSEnabled ( )

Definition at line 357 of file rs232.c.

int OpenComport ( char *  comport,
int  baudrate 
)

Definition at line 211 of file rs232.c.

int PollComport ( unsigned char *  buf,
int  size 
)

Definition at line 311 of file rs232.c.

int SendBuf ( unsigned char *  buf,
int  size 
)

Definition at line 338 of file rs232.c.

int SendByte ( unsigned char  byte)

Definition at line 326 of file rs232.c.

Variable Documentation

char baudr[64]

Definition at line 208 of file rs232.c.

HANDLE Cport

Definition at line 206 of file rs232.c.



advanced_navigation_driver
Author(s):
autogenerated on Thu Jun 6 2019 19:13:08