mysql - Save serial data to web server database -


i new this, thoughts welcomed. :)

what trying read serial data via rs232 cable going com1 of laptop , saving data web server database of kind. think mysql way go store database. however, don't see documentation on how can automate streaming in serial data database. found webpage says possible. thoughts? pointers tutorials and/or reference?

thanks.

mysql relational database. data read on serial port relational? usage of words, doubt it. if kind of measurement data need store specific interval, "round robin database" might better choice. offers option of storing old data less resolution using less disk space.

if insist on using mysql, want collect data while, , save standard sized chunk "binary large object" along timestamp.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -