Communication With USB - Sending Output Signal

Jan 28, 2011

I need a walkthrough to :
1. Get a list of available usb ports
2. Send an output signal through the usb (if possible with variable intervals)
3. Close the usb port (so that no signal (current) comes out )

View 1 Replies


ADVERTISEMENT

Keep In Communication Pci Card With VB Software To Pass Signal?

Jun 30, 2010

I'm just starting build a project that will must acquire digital/analogic signal input, elaborate them troght a software builded by me and depending on signal acquired and conditions put out digital/analog signal output.So I assume I have to buy a PCI signal acquisition card.Now, I'm working from time with vbnet and I feel good, can someone suggest me a kind of pci pcb as above descipted and explain how to programe it in order to keep in communication pci card with vbnet software to pass signal???

View 1 Replies

Set A Timer Going Which Is Set Off By An Output From An External Signal From A Machine Tool?

Nov 17, 2009

What I am trying to do is set a timer going which is set off by an output from an external signal from a machine tool. At present the code is activated through a button on my form. This is the code I am using Public Class Form1 Private CompTime As System.Int32

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CompTime = Environment.TickCount End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label2.Text = TimeOfDay End Sub

[Code]..

View 6 Replies

VS 2008 - Sending Data From Client To Server (No Communication)

Oct 13, 2010

I'm not sure what I have done wrong, I am trying to get my program to send data (UsernamesPasswords) from client to server, then the server says if it's right or wrong.

The error is on this line:
Dim networkStream As NetworkStream = TcpClient.GetStream()

Heres the Client:
Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "" Then
MsgBox("You must enter UN/PW!")
[Code] .....

View 4 Replies

VB 2005 - Serial Port Communication - Error: AxMSComm1.Output

Jun 16, 2010

I am using MSCOMM (mscomm32.ocx) for serial Comm. using VB.NET 2005:

Receiving Error: "AxMSComm1.Output {"Exception from HRESULT: 0x800A018A (CTL_E_GETNOTSUPPORTED)"} Object "

How to resolve this Issue, Below is the code snippet which i am using. [Code]

View 1 Replies

Sending Output In Body Of Email

Oct 22, 2009

I am trying to insert the contents of text boxes and combo boxes that an end user will fill out and choose based on the services they need and we support.I can't for the life of me remember how to insert a line break in the output. Basically I want the info to appear as follows:[code]Right with some tweaking, I got them to separate so they are more readable, but at first it all ran together. Like I said, the coding is done and the program sends the email, I just need some line breaks in my output so it is easy to read for whoever needs to decipher the issue.Since I am not at work, and if you need to see the part of my code that does the output to email, I will be able to do it around 8:30am East Coast time.

View 10 Replies

Sending Output To Stdout (console) In Win Form Project

Jul 13, 2009

I have an application with a String variable that repeated gets a Date from a database, does something with that field, then goes onto the next row. Is there a way I can send send out some debugging information to the stdout console so I can debug better/view the progress of the program?

View 4 Replies

Sending The Contents Of A Listbox To An Output Text File

Feb 19, 2010

I need some help sending the contents of a listbox to an output text file. Is there any code is visual basic that will allow me to do this.

View 13 Replies

Catch The Input And Output Variable To A Textbox1 For Sending And A Textbox2?

Feb 1, 2010

I am using vb2008.net express, I test vs2005term it work, can any tell me what is the input variable and output variable of this terminal? how to catch the input and output variable to a textbox1 for sending and a textbox2 for receiving when I press send button? is that possible? I attach the example of my question this is a a good source, but it is not relate to my problem: [url]...

View 1 Replies

GPIB Communication - Sending Data - Receiving Data - Saving Data

Sep 19, 2010

I need to control a device with a GPIB port. I have the commands that I need to use to do this; but I don't know which is the sintaxis in Visual Basic.

For example if I need to send a instruction like "START:0.01" to the external device which are the libraries that I have to include?, how should I write the programming line to do this?

The main tasks that I need to program are sending data, receiving data, and saving data

View 5 Replies

Capture A Tv Dvb-s Signal?

Dec 13, 2010

I am trying to capture a tv dvb-s signal via vb.net since a long time now.I have tried to get it work with the Microsoft examples, but no success till yet.I had success with analog tv tuning, but digital tuning is still far away, also I don't find any examples with dvb-s and vb.net or c#.

View 1 Replies

Retrieving Wi-Fi Signal Strength From WMI

Jan 29, 2012

I have a problem with a Management.ManagementObjectCollection object. I can't use a For Each to go through its items, it tells that is not supported...

[Code]...

View 9 Replies

Serial / USB Signal To Read Out?

Mar 11, 2010

I want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box

View 1 Replies

Signal (NOT Cancel) A BackgroundWorker?

Mar 7, 2011

Is it possible to send information to a BackgroundWorker thread while it is running? Here is my scenario: Parent thread calls background thread to send a data request to a database. If it's a big complicated query it can take a while for the db to respond, so putting the db request on the background worker thread is great. My app can do other stuff while the one thread waits for the db.

Now, db responds with beginning of data. I want my background thread to report back meta data about the result set to the parent thread. No problem there, I can use a custom user state object and the ReportProgress method. But now, how to I send a signal from the parent thread back to the worker thread? I want the background thread to wait while the parent thread does something, and then tells the worker thread to keep going or quit. I know how to cancel a background thread, but I want the parent to be able tell the child some information other than "cancel". Here's one way to think about it:

[Code]....

View 10 Replies

Use As An Digital Signal Indicator?

May 15, 2009

I need some advises on showing digital signal indicator at this moment I use radio button...but it's then becoming complicated because I have to make them "true" or "false" anytime.

View 24 Replies

Form Not Showing Up Upon Button Signal?

Dec 22, 2011

o I've had to reinstall both the .net and visual studios 2010 to get back to being able to program my game, yet this strange issue is still in existence...all of a sudden, like 4 hours prior to not being able to program anymore, I ran into the issue of my login form FRMlogin.vb not running upon clicking the button that sends you to its page... it will not show up for some unknown reason, and both me and my programming buddy cannot figure out what is going wrong here. I restarted my computer twice now since reinstalling visual studios 2010 express, and the same issue is here...here is the code for the forms

the play_b4.vb code
Public Class play_b4
Private Sub registered_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CMDregistered.Click
FRMlogin.Show()

[code]....

View 1 Replies

Get Wifi Signal Strength With OpenNetCf In .Net?

Sep 2, 2011

I want to get the wireless signal strength from adapter on Windows CE, VB.Net, Visual studio 2008.I believe opennetcf.net library has to be used.

View 2 Replies

Measure Wifi Signal Strength?

Jan 18, 2009

I was wondering if there is an available script or code in VB that could measure the signal strength of routers. I need an actual number in decibels.

View 4 Replies

Read An Input Usb Board Signal?

Dec 30, 2010

I'm newbie in VB and in my project I need a refresh loop to check an input usb board... everything runs well but I want a 100 ms refresh without button click needed[code]...

View 1 Replies

Recording An Audio Signal In .NET 2010?

May 24, 2011

I have been all over this site looking at and trying example code, but none of it seems to work properly on my computer. I just want a simple program in VB.NET 2010 that can record a .wav file from my computer / line-in microphone. I am somewhat familiar with VB, but I still consider myself a novice and I don't really know all of the audio jargin. [URL]..

View 5 Replies

Signal Processing - Entertaining A Baby With .NET?

Nov 13, 2009

I would like to write a little application in VB.NET that will detect a baby's cry. How would I get started with such an application?

View 2 Replies

Take Signal And Telegram From Serial Input?

May 17, 2010

I'm trying to build a form with 2 textbox where I can display latitude and longitude taken from serial input from serial port with a gps ($..GGA or $..GLL telegram)

View 1 Replies

Coding For Comport Signal To Trigger Event?

Oct 23, 2009

Im connecting a infrared transmitter by serial port, Rs232 to my pc. Anyone know the coding for the comport to detect the signal and auto trigger a sms event(by gsm modem) ??????

View 4 Replies

Get A Chart That Can Show Sin ,cos , Other Signal Shape Such As This Picture?

Mar 6, 2012

i have an input signal that can be time variant.i need a chart that can show sin ,cos , other signal shape such as this picture?

View 3 Replies

Get Currently Connected Wi-Fi Network's Signal Strength In Program?

Mar 19, 2010

Does anyone know how can we get the currently connected Wi-Fi network's signal strength in VB.NET?

I am using Windows 7 Ultimate & VS 2005, VS 2008 & VS 2010.

View 4 Replies

Retrieve Connected Wi-Fi Signal Strength And SSID Without WMI?

Feb 1, 2012

How to get the SSID and signal strength of the WI-FI network you are connected on?

View 3 Replies

Windows7 Current SSID & Signal Strength

Sep 22, 2010

I have looked absolutely everywhere for documentation on wifi adapter usage programmatically in any

language, and have found tons of code for Windows Vista and prior. There has not been a single DLL

or code snippet that functioned on my laptop. I suspect it is because I am running Windows7, but

just in case here are my laptop specifications:[code...]

This obviously has some flaws in it, particularly it adds all the values to the same double.

View 3 Replies

Obtain The WIFI Signal Strength & SSID & BSSID?

Nov 22, 2007

I have 3 AP and I want design program to get the SSID & signal strength &BSSID(MAC Adress) for each APi found the some functions to obtain the SSID & signal strength for one AP ,,, i using timer to update every 2 second

SSID
Public Sub SSID()
Try

[code]......

View 7 Replies

Send Byte,signal,string Or Puls Usb Port?

Feb 14, 2010

How can i send byte/signal/puls usb port?i want to this

View 3 Replies

No Output In Asynchronous Program - Retrieve Output After The Events Are Invoked?

Mar 1, 2012

What I am trying to do: There are three powershell scripts with different time delays as shown below.I am trying to run them asynchronously in .NET and I followed this article to implement Asyncrhonous programming. Where I am stuck:The I am not able to retrieve output after the events are invoked.The scripts are being called but then the program ends and it shows "Press any key to continue" in console windows.I don't what I am missing here.

Info: JobRequest is a class that I use to pass around information keep track of jobs.

Sub Main()
OurAsyncFunctionCalling("psDelayScript2.ps1", "-arg1 4 -arg2 5", 1)
OurAsyncFunctionCalling("psDelayScript1.ps1", "-arg1 2 -arg2 3", 2)[code]......

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved