felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 582 forks source link

pass UsbService as an object to another activity #278

Open mascenzi80 opened 4 years ago

mascenzi80 commented 4 years ago

Hello. I'm attempting to pass UsbService as an object to another activity. However, when I attempt to pass it using either Serializable or Parcelable, the application will launch, but when I press the button to starts the new activity and supplies the serialized/parcled object to the new activity the application crashes.

Are there addtional steps needed to be taken in order to accomplish this?