We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/** * @param device 串口设备文件 * @param baudrate 波特率,一般是9600 * @param flags 传0就好 * @param parity 奇偶校验,0 None, 1 Odd, 2 Even * @param dataBits 数据位,5 - 8 * @param stopBit 停止位,1 或 2 */ public SerialPort(File device, int baudrate, int flags, int parity, int dataBits, int stopBit) throws SecurityException, IOException {}
开发的项目需要配置串口
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/**
* @param device 串口设备文件
* @param baudrate 波特率,一般是9600
* @param flags 传0就好
* @param parity 奇偶校验,0 None, 1 Odd, 2 Even
* @param dataBits 数据位,5 - 8
* @param stopBit 停止位,1 或 2
*/
public SerialPort(File device, int baudrate, int flags, int parity, int dataBits, int stopBit) throws SecurityException, IOException {}
开发的项目需要配置串口
The text was updated successfully, but these errors were encountered: