Insert serial COM message in to MySQL database -


i've got arduino setup outputs messages via serial port via usb. nothing 'clever' needs done filter or sort these messages.

i want insert these messages (along datestamp) in mysql database. best way reliably? c++/php/etc?

please supply bit of info point me in right direction.

any programming language use, should have interrupt function com port

( func get_com implements com_listener)

you have use interrupt function , write db.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -