Search:

Type: Posts; User: AJITnayak

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    5,723

    VS 2010 Parse arduino Serial data

    Dear all.

    I am working with arduino Uno, I have tracker application running on arduino Uno board. I am sending data in comma seprated value. Now i want to view data into Visual basic. I have code...
  2. Replies
    3
    Views
    3,806

    VS 2010 Re: client data receive only device connected

    How can i change code so process got fast.Even tried with simple instruction with wifi device off. It taking long time to generate error.Please help me out sort error
  3. Replies
    3
    Views
    3,806

    VS 2010 client data receive only device connected

    Dear all.

    I have the Hardware device which connected to http://www.usriot.com/p/rs485-to-wifi-converters/ above converter. I have connected 2 devices so far and Indivually working fine. I have...
  4. Replies
    3
    Views
    4,511

    VS 2010 Re: switching Ip address of client IP

    with below peice o code i can update rich textbox, But it taking very long time. How can i reduce calculation speed and increase update speed.




    Public Class Form_StringMain


    Private Sub...
  5. Replies
    3
    Views
    4,511

    VS 2010 switching Ip address of client IP

    I have various client device with Ip address as below.

    Ip address: 192.168.1.1; 192.168.1.2; 192.168.1.3; 192.168.1.4; 192.168.1.5;

    With below peice of code i could able to receive data on...
  6. Replies
    3
    Views
    6,079

    Writing into Excel using Visual basic

    Dear all,
    I am using visual basic 2010. I have string of value, I wanted to recorded into excel one after the other. I want to save data which i can read later.

    IN below peiece of code i could...
  7. VS 2010 Re: Execute While loop when button pressed

    Option Explicit On



    Public Class Form1
    Declare Sub Sleep Lib "kernel32" (ByVal milliseconds As Long)
    Dim stopclick As Boolean = False
    Private Sub Button1_Click(ByVal sender As...
  8. VS 2010 [RESOLVED] Execute While loop when button pressed

    Dear all,

    I am trying to code with visual basic 2010.

    I have 2 button START and STOP . if start button pressed while loop should executed with printing "hello" first time and "welcome"in...
  9. Re: [RESOLVED] Send and receive data with TcpClient

    How to run above example code. Can you give me ZIp file. I have posted my doubt in below thread can you help me out
    ...
  10. Replies
    3
    Views
    9,001

    VS 2010 Re: Connecting Wifi device Using visual basic

    i dont know how can i run below code to get data.



    Private socket As TcpClient
    Private _stream As NetworkStream
    Private buffer(4095) As Byte

    Public Sub Connect()
    ...
  11. Replies
    3
    Views
    9,001

    VS 2010 Re: Connecting Wifi device Using visual basic

    I have tried below thing from forum search.
    code1:But i cant able to make ensure device being connected to particular IP address.


    Sub Connect(ByVal server As [String], ByVal message As...
  12. Replies
    3
    Views
    9,001

    VS 2010 Connecting Wifi device Using visual basic

    Dear all.

    I have an wifi device which has been config with IP:192.168.1.3 and port :8899.
    I am trying to connect the device using visual basic 2010. I have written code in python which working...
  13. VS 2010 Re: Getting data from client and put into text box

    I have modify the code bit . it look like this..




    Option Explicit On

    Public Class Form1

    Dim selectedItem1 As String
  14. VS 2010 Getting data from client and put into text box

    Dear all.

    I am using Visual basic 2010. I have client device with IP 192.168.1.3 and port = 8899http://www.usriot.com/p/rs485-to-wifi-converters/

    I am sending data serially with above device.
    ...
  15. Replies
    0
    Views
    2,787

    Ms database using visual basic 2013

    Dear all.

    I am trying to develop the code based on concept of pvsys. The video is avilable here(https://www.youtube.com/watch?v=gjeLCQvYUMQ) .

    I am planning to use Ms-access database. Once i...
  16. Re: How to remove Duplicate Combobox & Load the value into Text box

    @ paul i have used your code. Its exact how i wanted. I am facing problem in displaying model no.130369

    where my database look like this



    Imports System.Data.OleDb
    Imports...
  17. Re: How to remove Duplicate Combobox & Load the value into Text box

    I am using Vb.net here.
  18. Re: How to remove Duplicate Combobox & Load the value into Text box

    I am using visual basic ultimate 2013 for desktop version. Please share atleast example program to conduct it.130229

    I have attached pdf file of my ms- access database here,

    I have created 2 ...
  19. How to remove Duplicate Combobox & Load the value into Text box

    Dear all,

    I have database like this




    I would like to create 2 combobox -

    1) Manufacture 2 ) model No
  20. Replies
    0
    Views
    3,549

    VS 2013 adding data into database

    Dear all,

    I am trying to add values into data base.

    Problem i am facing
    1) while adding data first time , data not being recorded into data base. data enter second time being recorded , can...
  21. Replies
    5
    Views
    1,853

    Re: Solar power calculator

    yes i need sample code where i can edit, insert , detele record using VB So i can innterconnect in later events

    Main code look like this


    Public Class Main


    Private Sub...
  22. Replies
    5
    Views
    1,853

    Re: Solar power calculator

    I need first stage like add data , save data, refer data . Once complete adding mutliple data base i can make simple data. first stage is here.



    Public Class Main

    Private Sub...
  23. Replies
    5
    Views
    1,853

    Solar power calculator

    129671

    Dear all,

    I am new to vb net programming. I want to develop basic solar power calculator . These are thing need to implement

    1) customer data base where i can add customer name, mob...
  24. Replies
    1
    Views
    5,460

    Plot graph for CSV file

    Dear all,

    I am trying to plot graph for CSV file. My file saved as current.csv andwhen open it look like this



    Date TIME Watt-Hour Current
    26-09-2014 ...
  25. Replies
    2
    Views
    3,850

    Re: VB writing excel & graph problem

    How to turn on Option Strict/Explicit.??? As you said i changed to


    Dim x As String = date1 & "," & time1 & "," & distance & "," & watt1
  26. Replies
    2
    Views
    3,850

    VB writing excel & graph problem

    Dear all

    I am using arduino and ACS712 sensor . I am taking reading serially from Sensor and dispaly on VB and trying to plot graph and excel sheet for record. CUrrently i am facing below 2...
  27. Replies
    2
    Views
    5,681

    VS 2010 Re: Plotting grapgh on VB net

    Imports System
    Imports System.IO.Ports
    Imports System.ComponentModel
    Imports System.Threading
    ''Imports
    Imports System.Drawing
    Imports System.Drawing.Drawing2D
    Imports System.Windows.Forms
    ...
  28. Replies
    2
    Views
    5,681

    VS 2010 Plotting grapgh on VB net

    Dear all,

    I am leaner . I wanted to plot graph time VS current. CUrrently i can get data serially from arduino. Now i wanted to plot graph for every 1 min w.r.t time.
    As shown in below Link. I am...
  29. Replies
    3
    Views
    1,423

    VS 2010 Re: Serial data Receive Update in VB2010

    @ kebo, yes you are correct. SInce i am learner its difficult me to catch the instruction sets. I am just trying example code modifying it.

    Below code working fine for me . I can receive serial...
  30. Replies
    3
    Views
    1,423

    VS 2010 Serial data Receive Update in VB2010

    I am Beginner TO visual basic . I am trying to comminicate Serial out from arduino and VB.Here My two code

    Arduino code


    #include <MsTimer2.h>
    int Analog_Pin=5;
    int newaverage;
    float...
Results 1 to 30 of 31



Click Here to Expand Forum to Full Width