I'm trying to do an application for a HTC viva PDA, and i'm a begginer in visual basic programming language so i don't understand much of it...
The application is intended to receive data from a data aquisition equipment that connects with the PDA trough bluetooth, i managed to receive data in the PDA, but i don't know how to save all the data that comes from the data aquisition device in a Microsoft excel format or in any other format i can work with...
Can anyone help me with the code that is needed so that the software saves all incoming data to a excel file in the memory card of the PDA?
Isn't it?? humm since i was writting the application in visual studio i thought it was the right forum... can you tell me where shoud i put my problem?
Thanks
Public Class Form1
Private zero As Double = 0
Private temp As Double = 0
Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click
If Emant3001.Open(checkBox1.Checked, textBox1.Text) Then
label1.Text = Emant3001.HwId
Emant3001.ConfigAnalog(0.01, Emant.Emant300.POLARITY.Bipolar, 10)
Timer1.Enabled = True
End If
End Sub
Bookmarks