realbasic-nug
[Top] [All Lists]

Serial Port Data Into Database

To: <realbasic-nug at lists dot realsoftware dot com>
Subject: Serial Port Data Into Database
From: "TJ Visicaro" <tvisicaro at totaltrakusa dot com>
Date: Mon, 28 Feb 2005 09:57:47 -0500
Cc: thines at tottrak dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcUdpd0KLf4c5MO5SwKaFRW96HDlNQ==
I'm working on a project that I need the Data from the serial port to be put
into my database.

The data that comes into the serial port is only 4 numbers, I need to take
the numbers and have it placed into 

The database with a Time Date stamp. 

 

I see that in this part of the script that the serial port Data displays in
a window of the script

 

  

  RxData=RxData+Me.ReadAll

  RxData=right(RxData,2000)

  RxDataE.text=RxData

 

Now how can I take the RxData and have it put into my database? 

I do have a database made with one set of tables already for different
Information, I will need a new Table for the serial port Data.

 

TJ Visicaro

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Serial Port Data Into Database, TJ Visicaro <=