📄 auxport.h
字号:
// OPEN AUXPORT
// ESC [ / P1;P2 [ ;P3;P4;P5;P6 ] M
// P1: PORT NUMBER(1,2,3)
// P2: Transport mode 1:direct to host, 2:display to screen
// P3: BAUDRATE 0~9(75~19200)
// P4: PARITY 0:NONE 1:ODD 2:EVEN 3:MARK 4:SPACE
// P5: BYTESIZE 0:7 1:8
// P6: STOPBIT 0:1 1:2
int OpenAuxPort(void);
int OpenAuxPort11(void);
int OpenAuxPort2(void);
int OpenAuxPort3(void);
// SEND DATA TO AUXPORT
// ESC [ / | string | NOT INCLUDE '|'
// ESC [ / 51 h string ESC [ / 51 l Include '|'
int SendToAux(void);
int SendToAux1(void);
// Close AUXPORT
// ESC [ / M
int CloseAuxPort(void);
int SendToAuxK(void);
int SendToAuxB(void);
int SendToAuxC(void);
int OpenAuxPort1(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -