Search results for query: *

  • Users: nico123
  • Content: Threads
  • Order by date
  1. N

    memory storage

    Hi, I am doing a program that need to store data till i click reset. 1st I have a textbox1 which displays a 1 or 0 (receiving data from my serial port.) Okay. This is what I want to do. When textbox1 is 1, textbox2 will display a 1 when textbox1 changes back to 0 and then to 1 again, textbox2...
  2. N

    Transfer real time data from vb 2005 to excel

    hi, I am working on a project that is able to display real time data from sensors from micro-controller. I am able to do so by sending the data through the serial port and then use vb 2005 to show the data. However, I want to save those data from vb 2005 to excel. How am I able to do it ? I am...
  3. N

    Serial port help

    Dear all, I have done a program using vb2005 to display reading from my microcontroller bs2 board but have encountered some problems. My code are as follows. Dim Stop_Rx As Boolean Private Sub btnRead_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRead.Click...
Back
Top