Application for serial data capture.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RubioMartin
    New Member
    • Jan 2010
    • 1

    Application for serial data capture.

    Hey guys,

    I'm currently working on a project, for wich I need an application to continually capture data recieved through serial port and export it to a database in MySql. Eventually, it would also be nice if the app could also periodically create txt logs of the information recieved. Does anybody knows some free app i could use to do this? If i have to code it myself, wich tool would you suggest (perl, python, visual basic, etc.)?

    Thanks in advance!
  • Diamond5
    New Member
    • Jan 2010
    • 1

    #2
    If I were the one to implement it, I would choose C#/VB.NET along with OLE DB Provider as in .NET it is very easy to invoke any OLE DB Provider to put data into data store. Of cause it is not difficult to capture serial port data either with .NET.
    If you have any further questions, feel free to let me know.

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      Database How-to parts 1 and 2
      Database tutorial Part 1
      Database tutorial Part 2

      Comment

      Working...