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>
|