sample-uartloopback icon indicating copy to clipboard operation
sample-uartloopback copied to clipboard

Echo received characters over a UART with Android Things

Results 5 sample-uartloopback issues
Sort by recently updated
recently updated
newest added

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. ![image](https://cloud.githubusercontent.com/assets/7285009/22655577/a039b90e-ecb6-11e6-84df-75e48c8501cc.png) The data you are seeing is not sent by me. The code...