Manual USB-FLEXCOM415Chapter 5: ProgrammingSample ProgramsThere are sample programs provided with the board in several Windows languages.Windows samples are located in the WIN32 directory.Figure 5-1: WinRISC Windows Terminal Program Screen ShotWindows ProgrammingThe board installs into Windows as COM ports. Thus the Windows standard API functionscan be used. In particular:► CreateFile() and CloseHandle() for opening and closing a port.► SetupComm(), SetCommTimeouts(), GetCommState(), and SetCommState() to set andchange a port’s settings.► ReadFile() and WriteFile() for accessing a port.See the documentation for your chosen programming language for details.