Bert, FA-2 uses serial emulation over USB with an FTDI chip. As far as I know, this is not supported under iOS. The best way to get serial data into an iOS device appears to be through a WiFi module. In this case, you would have to go from USB to WiFi, not very practical.
Android supports serial via USB and through Bluetooth serial profile, so you have more options. To connect the FA-2 to an Android tablet, the FTDI chip should make it very easy. However, I am not sure what you want to do with the data in an Android tablet. Do you have software to process it? If so, it seems it would most likely support serial. Looking through the Play Store, I did not see anything timing-related but I did not spend much time looking. What are you interested in displaying? Didier KO4BB On Sun, Sep 29, 2019 at 2:12 PM ew via time-nuts <[email protected]> wrote: > Didier FA2 is USBBert > In a message dated 9/29/2019 12:02:51 PM Eastern Standard Time, > [email protected] writes: > > Android tablets support serial com via USB. You need an adapter which > should be easy to find (google Serial Adapter for Android). Of course you > will need the right software at the tablet end to do what you need. > IOs does not support serial com natively (at least did not when I checked a > year or two ago) so you would need more hardware to get the data into an > IOs device. > What do you want to do with the data in a tablet? > I write Android apps so I may be able to help if you need to capture the > data in some format. > > Didier KO4BB > > > On Sun, Sep 29, 2019, 6:25 AM ew via time-nuts <[email protected]> > wrote: > > > > > > > We use Serial com to interface with a PC It would be nice if some one > > could find a way to transfer the data to a tablet. > > > > Thanks Bert Kehren > > _______________________________________________ > > time-nuts mailing list -- [email protected] > > To unsubscribe, go to > > http://lists.febo.com/mailman/listinfo/time-nuts_lists.febo.com > > and follow the instructions there. > > > _______________________________________________ > time-nuts mailing list -- [email protected] > To unsubscribe, go to > http://lists.febo.com/mailman/listinfo/time-nuts_lists.febo.com > and follow the instructions there. > > _______________________________________________ > time-nuts mailing list -- [email protected] > To unsubscribe, go to > http://lists.febo.com/mailman/listinfo/time-nuts_lists.febo.com > and follow the instructions there. > _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to http://lists.febo.com/mailman/listinfo/time-nuts_lists.febo.com and follow the instructions there.
