Am Dienstag, 30. April 2019 23:13:32 UTC+2 schrieb Dennis Lee Bieber: > > You're already using Python -- a byte-code interpreted language. > If > that's fast enough to write the data as is, it can probably handle > conversion at the same time. (especially as you have a 1millisecond > polling loop!) >
You're talking about up to 200,000 samples per second. Neither FreeBASIC, nor C, nor assembler code can write human readable numbers that fast. Yes, *probably* Python can. Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/adefadc6-8f1f-4b9f-9362-fbed8d3d48b8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
