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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -