⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 运用通信API编写串口通信。 功能:1)通过串口进行数据的收发并在接收端显示收到的数据 2)打开串口
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by com.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_COM_DIALOG                  102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG                      130
#define IDB_BITMAP1                     133
#define IDB_BITMAP2                     134
#define IDB_BITMAP4                     136
#define IDB_BITMAP3                     137
#define IDC_PORT                        1000
#define IDC_BAUD                        1001
#define IDC_DATABITS                    1002
#define IDC_PARITY                      1003
#define IDC_STOPBITS                    1004
#define IDC_COMBO_PORT                  1005
#define IDC_COMBO_P                     1005
#define IDC_COMBO_BAUD                  1006
#define IDC_COMBO_B                     1006
#define IDC_COMBO_DATABITS              1007
#define IDC_COMBO_D                     1007
#define IDC_COMBO_PARITY                1008
#define IDC_COMBO_Pa                    1008
#define IDC_COMBO_STOPBITS              1009
#define IDC_COMBO_S                     1009
#define IDC_EDIT_RECEIVE                1016
#define IDC_EDIT_SEND                   1017
#define IDC_BUTTON_OPENPORT             1018
#define IDC_BUTTON_CLOSEPORT            1019
#define IDC_BUTTON_SEND                 1020
#define IDC_BUTTON_FILE                 1021
#define IDC_EDIT_PATH                   1022
#define IDC_BUTTON_SENDFILE             1023
#define IDC_BUTTON_CLEAR                1025
#define IDC_REALSEND                    1026
#define IDC_BUTTON_CONFIG               1027
#define IDC_BUTTON_C                    1030

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1031
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -