Hi Dennis! Am Dienstag, 30. April 2019 18:13:36 UTC+2 schrieb Dennis Lee Bieber: > > Have you ever shown the contents of your rb_file.py ?
http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/rb__file_8py_source.html > The best place to convert the data format for later use would be in > that file (change whatever write statements you are using). > Not a good idea. The example is about sampling a big number of ADC values at high speed, more than the RAM memory can hold. The ARM CPU is simply not fast enough for fetching, converting and writing the data at the same time. > The alternative would be to use another Python script to /read/ > the > file and then convert the data to something usable. After all, if you > wrote > it with Python, the equivalent type of read operation should handle it. > That has been said already. 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/3b015eb5-ba5f-47a9-8c4f-8e21bea590ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
