-
Notifications
You must be signed in to change notification settings - Fork 592
5. Synchronous api
Felipe Herranz edited this page Nov 18, 2018
·
1 revision
Remember to check the examplesync module for a complete example using the synchronous api
UsbSerial also allows to use it in a synchronous way.
public boolean syncOpen();
public int syncWrite(byte[] buffer, int timeout) // Blocking operation
public int syncRead(byte[] buffer, int timeout) // Blocking operation
public void syncClose();
Flow control is also performed in the same way that the Asynchronous api.
300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600