sample-uartloopback
sample-uartloopback copied to clipboard
Echo received characters over a UART with Android Things
Hi , The app is getting chrashed when i use `PeripheralManager.getInstance();` below is error given. ``` Caused by: java.lang.RuntimeException: Stub! at com.google.android.things.pio.PeripheralManager.getInstance(PeripheralManager.java:21) at com.asiczen.usb1.UartActivity.onCreate(UartActivity.java:43) at android.app.Activity.performCreate(Activity.java:6858)
Hi, I want to know if it's possible to know when the uart has transmitted the data out of the interface. My experience is that uart write method buffers the...
E/Exception: UART cant opencom.google.android.things.pio.PioException: android.os.ServiceSpecificException: UART0 is already in use (code 16)
I'm going to use android things to implement the modbus protocol,But I've found that when android things receives a piece of data, it's automatically divided into many segments. Is there...
Hi, The sample was tried using an Intel Edison but it seems not to work at all.  The data you are seeing is not sent by me. The code...