Search:

Type: Posts; User: KennethTang

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,340

    VS 2010 insert and run exe file in GUI VB.net

    HI,

    I want to run a exe file in GUI VB.Net. I have some game files(.exe) such as Mastermind,Memory game and tying master which need to run in a new GUI form from VB.Net.

    My question is how...
  2. Replies
    4
    Views
    4,229

    VS 2010 Re: read data from serialport

    Hi there,
    Thanks, I now have a new problem about data receiving. The data is kept reading unexpected value no matter there is input or not. here is my code(modify from source code), I hope someone...
  3. Replies
    4
    Views
    4,229

    VS 2010 Re: read data from serialport

    HI,
    I have tried to use to read Byte method for reading data.
    In DataReceived event:
    Dim available As Integer
    If SerialPort1.IsOpen Then
    available = SerialPort1.BytesToRead...
  4. Replies
    4
    Views
    4,229

    VS 2010 read data from serialport

    HI,
    I am using a VB.NET(VS2010) to read data from serial port.
    I have 8-bit data to collect through rs232. This data is represented numbers. What reading method should I use and how to convert it...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width