Closed alfakr closed 9 years ago
I am going to keep open this sometime. But it does not look a library's problem just a problem with your Android code. I sent you some advices by email.
@felHR85 , yes the problem is not on your code but on me, btw really big thanks for your help, i was reveiced your email and I will try that,,, I will inform you asap
oke, thanks for your helping,, :)
Dani
On Fri, Jan 30, 2015 at 4:28 PM, Felipe Herranz notifications@github.com wrote:
Closed #3 https://github.com/felHR85/UsbSerial/issues/3.
Reply to this email directly or view it on GitHub https://github.com/felHR85/UsbSerial/issues/3#event-227409545.
hallo @felHR85 , first of all thank you for your usb serial library, i would ask about main program for simple read and write via usb serial with using your library, (Im using Prolific usb-to-serial PL2303) I newby on developing android so its hard enough for me to start writing code,, this is a code I write, and yes there is an error when I click button, its force closed, hope you have a little time for helping me, Thanks
package com.android.testcomserial;
import android.app.Activity; import android.hardware.usb.UsbDevice; import android.hardware.usb.UsbDeviceConnection; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Toast;
import com.felhr.usbserial.PL2303SerialDevice; import com.felhr.usbserial.UsbSerialInterface;
public class MainActivity extends Activity {
}