Take Signal And Telegram From Serial Input?
May 17, 2010I'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 RepliesI'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 RepliesI want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box
View 1 RepliesI'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 RepliesWhat i need to write is i get different signal from PIC16F877A and through serial port, i need to display diffrent text from different signal, Such as: Signal from portB.1 display 1, signal from portb.2 display 2. Between the microcontroller and serial port im using MAX232.
View 2 RepliesI have an application that is sending data to another system. every thing is ok, but after my 1st varible I get extra characters in the buffer. my code is something like
Private Sub Reg_ClientInfo()
With My_Reg
.ID = 710
.AppName = "DS;"
[code]....
how to write code to read data from the serial port. I have a microcontroller connected to the serial port and I need the C++ program to read the input and to perform a certain task according to the information.
View 19 Repliesi am working on my collage project in which i have an "sensor" which detects weights.specifications : (COM1,2400,N,8)I have added two components Timer and Serialport and set the values timer duration =1000 and added a button and textbox.when user clicks on the button timer1 gets started.and in timer1 i added th code which reads the input from serial.now the problem with the code. the input which i eceive is in ASCII formats(actually some of chars are in ascii format).This is the output i m getting :- 029990so i created a string variable which stores this value.
actually i want only number from that string
ex : 029990 ===> 029990
but i m unable to retrieve that.
[code].....
I want to handle the events of my serial input buffer. I've seen the following article:
[URL]
My programming skills are not really that great so I've got a question:How can I trigger a sub (for example: ArduinoSerialInput) as soon as this event is handled?
Code:
Public Delegate Sub SerialDataReceivedEventHandler(ByVal sender As Object, ByVal e As SerialDataReceivedEventArgs)
Dim SerialBufferIn As SerialDataReceivedEventHandler = AddressOf ArduinoSerialInput
Public Sub ArduinoSerialInput()
MsgBox("test")
End Sub
I use a piece of hardware to send data to my COM port, but nothing happens.
i need to create an application where input are to be received by the barcode scanner.However, i am not suppose to use the textbox to do so. However i need to use the serial port to do so. Any one know how am i able to do that?
View 1 RepliesI'm trying to read barcode using a scanner through a serial input(com1). Below you will see the code I'm working with, when I scan the barcode the code goes through the datareceived event and doesnt add the read barcode to the listbox. However when I use hyperterminal and scan the barcode it reads and displays the barcode.
[Code]....
I want to handle the events of my serial input buffer. [code] My programming skills are not really that great so I've got a question:How can I trigger a sub (for example: ArduinoSerialInput) as soon as this event is handled? I've tried some code but without success, that's why I decided to post on the forum [code] I use a piece of hardware to send data to my COM port, but nothing happens.
View 7 Repliesi want to generate a serial key which depend on system harddisk manufacture id ...
so Is any function which take string of alfanumeric + special char as input and after encrypted return output as unique serial key / product key...
i am making application and for the security pupose i setup a registration form and use the masked texbox to as the input of the serial till now this is my code
Private Sub Serial1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Serial1.TextChanged
If Serial1.Text.Length = 4 Then
Serial2.Focus()[code]....
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 RepliesI 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]...
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]....
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 RepliesI made my program and now I just need to add in the serial and trial part of the application. I know the application must connect to the host and go to a txtfile. How would i do the trial and serial. Also If the serial is already activated I want the application to reject that Serial and Count how many times they entered in a wrong serial.
View 2 RepliesI 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 )
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]....
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 RepliesI 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 RepliesI 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 RepliesI 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 RepliesI have a stand alone VB.Net 2005 application that uses a serial port that generally stays open while the application runs on a Windows XP system. In trying to bullet-proof the UI, I ran into a problem when the USB to Serial Converter normally used to provide the serial port is disconnected while the serial port is open. In trying to handle the resulting error when accessing the port, I find I cannot close the port.
When trying to do so, the error message says something like "unable to close the port. You may not have sufficient permissions." Reconnecting the USB/Serial Converter does not reactivate the port.
[Code]...
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 Repliesi 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 RepliesDoes 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.
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 RepliesHow to get the SSID and signal strength of the WI-FI network you are connected on?
View 3 Replies