Read Data From An External Device Using MSComm Control ?

Nov 30, 2010

I am trying to read data from an external device using MSComm control but the problem is I am getting wrong data. I am recieving 1 byte data but the first three bits are wrong so anything greater than 31 sent from the external devices is recieved wrongly. eg. if I am sending 63(111111) from the device then the input from MSComm control gives me 159(10011111).Due to this reason I tried SerialPort from .Net framework and was surprised to see that it is working properly.

View 3 Replies


ADVERTISEMENT

.net 4.0 - Read Data From An External Hardware Device?

Feb 1, 2012

I have developed a simple software using VB.net, now i want to receive some data from an external device,How to read a hardware transmitted data using VB.net, where hardware is attached to a USB port?"

View 1 Replies

Connect The EPP (Encrypted Pin Pad ) Device To Computer By Using Mscomm Control?

Mar 14, 2012

Currently, i am trying to connect the EPP (Encrypted Pin Pad ) device to my computer by using mscomm control. May i know what are the possibility problems may cause the DSRHolding does not return to "True"?

View 3 Replies

Need To Read Data For A Smart Device Application

Jun 22, 2010

I have an xml file stored on an web server and I need to read the data using vb.net for a smart device application.I also need the ability to select indvidual nodes of the xml file. It currently a simple file but will be expanded upon. [code] I need to access the name node to start with.

View 2 Replies

Open A Communications Port And Read Data From A Wired Usb Device?

May 16, 2011

I know how to open a communications port and read data from a wired usb device.

How can I open a communications port to read data from a wireless bluetooth device?

View 5 Replies

Add And Use An OnComEvent With MSComm Control

Mar 17, 2009

How can I add a MSComm control to a Form in VB2008? like in VB6... (with properties etz..)

Do I need to change some settings? or download the ocx?

And when it has been added, is it like in VB6 - just clicking twice on the control opens a private sub OnComEvent?

View 4 Replies

Connect To External Device Using A Serial Port

May 25, 2010

I'm trying to connect to an external device using a serial port. I found a couple of tutorials with demo code and tried these. Unfortunately they all return the same gibberish unreadible result.[code]I'm sure my port settings are correct (I have the communication protocol of the device.)

View 20 Replies

Holding A Key Down - Translate Input From An External Device Into Keypresses

May 26, 2009

im trying to make vb.net translate input from an external device into keypresses. when bit = 1 i want the key down, when bit = 0 i want it up unfortunately with sendkeys it just sends the same keystroke over and over again. ive googled for days without finding a good answer.

View 7 Replies

Receiving Data With MScomm From Modem?

Jul 1, 2009

I am making aproject in vb6 with MScomm. Computer A connected with a device on serial port. I can receive the data from serial port in a text box. Computer A can also dial cmputer B to make connection. But it is unable to send data on modem or computer B is unable to receive data from modem.Here is the code for sending and receiving computers1- Computer A

Option Explicit
'button to open data port to receive from device
Private Sub cmdOpen_Click()

[code].....

View 3 Replies

Sending And Receiving Data To RS232/MSComm A VB6.0 App?

Sep 14, 2009

I am developing an application which is pretty much a replacement of a hyperterminal. I am trying to send commands to the serial port using MSComm in VB6.0 When I type in on the hyperterminal h003128 I get a response OK. Or when I type in i003 it displays back some values.

What I am trying to figure out how do I send the h003128 via VB6. I believe I've undertood how to send data to the port. It seems I am not getting the correct formate. This wont work.. the formate iAAADDD where i = i AAA = 003 and DDD = 128 MSComm1.Output "i003128"

View 3 Replies

Create Simple App Within Program To Send Timed Controls To External Device?

Mar 15, 2010

How can I create a simple application to send timed controls to an external device?

What I need is to create a very simple application that sends control signals or voltages out to an external device connected via serial perhaps. The external device will in turn trigger some electromechanical devices. There needs to be 24 independent controls each with a simple command equivalent to on or off. What is important is being able to control the timings of the on and off on each control.[code]....

View 1 Replies

Reading And Writing Files On External Hard Drive, Code To Ensure SQL Or Data Read/write Execution In Case Of Periodic Drive Reconnect?

Dec 18, 2010

The drive is connected via USB and the problem I'm having is that, periodically, while my code is executing, the usb drive seems to disconnect and reconnect. (Nothing to do with the program, but the drive itself).I want to find a way to prevent these temporary drive reconnects from interrupting my code. IE, i want to insure that whatever read or write that is requested is actually executed even in the case of a temporary drive interruption.

View 1 Replies

Read Information That Sent By Device (pos)

Dec 13, 2010

im from iran.your site very fine. i have a question . in my country have vary device that send it information by phone line(example:fax,POS...) if me connect it to my computer modem and my computer modem connect to phone line.how can i read information recived and sended.

View 3 Replies

C# - Read Sms From Mobile Device With .net Application?

Mar 16, 2010

How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?

I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.

View 1 Replies

Read XML From A Device Through A Serial Port?

May 13, 2011

My current program can read in a continuous stream of data when initialized and I can send a command to retrieve the devices stored data, I also have within the same program code that will read an XML file and populate from controls.

I have two separate idea's right now that I'm trying to merge into one

I want to read in XML and populate my controls. I'm aware of delegate and Invoke but I'm having a hard time working them into my XML portion or the opposite "working my XML into my serial port class".

View 14 Replies

Write And Read Bytes From Usb Device?

May 31, 2011

I am trying to write and read bytes from usb device.I have an array dout(8) of boolean say f,t,t,f,t,t,f,t representing switch states.I need to convert that to a variable DataOut as byte. 01101101 Later I read the usb device.This gives me a variable Data as byte 10110100 I need to convert that to an array DIn(10) of boolean t,f,t,t,f,t,f,f All my code attempts have failed.

View 2 Replies

Read Files From An USB Mass Storage Device?

Sep 9, 2009

how to read files from an USB mass storage device. I have found plenty of posts regarding drive letter detecting and reading the files. It's OK, but what about a device, where no drive letter is assigned - e.g. my mobile phone is visible under "My Computer" as "Mobile Device". The same situation it with my MP3 player. It's visible under "My Computer" as "Sansa device". Please, could anybody help me? I need to enumerate USB devices, identify, which ones have a file system and finally, I need to read/write a file to the file system.

View 2 Replies

VS 2005 Read Information From A Device Through COM Port

Sep 27, 2010

I'm trying to read information from a device through COM Port.. Sometimes I receive information like:

[Code]...

how I can change that? or detect it so whenever the program receives that type of info it ignores it?

View 2 Replies

Write Code That Will Control And Read Data From Applications?

Mar 22, 2010

I'm having difficulty figuring out how to run different programs with my VB program. Using Excel and other MS office programs is easy enough since I just add in the relevant COMs, but I can't for the life of me find out how to run other programs. I promise I spent many hours searching before bothering you kind folks here! I'd think this is a common issue so maybe I haven't been searching for the right thing.how to write code that will control and read data from applications.I know you can do "Process.Start" to open any application, and it looks like there are ways to determine the controls available on an open application, but I can't figure out how to do it. Is this possible? Or do I have to import a .dll file for every program I want to control? Or are both possible?

View 12 Replies

Read Text From External Elements?

Jun 30, 2009

I like to read text from another application's buttons, labels and textboxes with the help of "SendMessage". I've tried so many different code examples, but nothing worked. Maybe somebody of you has a small VB.Net-Example on your harddrive and explain it a bit to me.

View 1 Replies

.net - Convert A Datatable To A Data Structure To Be Read By MS Stacked Chart Control?

Aug 18, 2010

I have a chart control (stacked chart to be more precise) and a datatable that contains 3 columns. I want to bind them into a stacked bar chart. below is what the datatable looks like:

[Code]...

I would have the Resource column as the x-axis, and the value (hours worked) of each Queue as the y-axis (stacked)I've tried just binding normally and I'm getting an error saying that it's the wrong data type.

View 1 Replies

Read 2 Connection Strings From External File?

Sep 9, 2011

I have a situation where I have a vb.net program that uses two connection strings. This program will be used on multiple web servers on multiple domains and the only difference for any of them is the two connection strings.What would be the best solution to read in these connection strings from a file separate from my actual .vb code?

Ideally I want to be able to drop the .vb and the connection string file into its own folder on any number of asp.net websites and not update anything else (for example add any connections to the web.config or anything) than the external file containing the connection strings, I assume something like xml would suffice?

View 2 Replies

Read Text From An External Applications Textbox?

Sep 27, 2011

I am trying to extend some features of a external programm that is not able to use plugins or something. So I have to write my own app that reads the text from a textbox from this external application and trigger some own actions.

By using the FindWindow API in user32.dll I allready catched up the handle for the external application. But now I am kind of stuck. By using Spy++ from the Visual Studio Tools I got the information that the class name from the control I would like to read from is "WindowsForms10.EDIT.app.0.218f99c", but there are several of them. Additionally every time the external app starts it creates a new control id for the textbox I want to read.

View 2 Replies

[vb2008] Read The Text Of An External Messagebox

Dec 25, 2010

with the hwnd = FindWindow(Nothing, "MsgBox Title")put in a Timer_Elapsed event i can get the Hwnd of a MessageBox launched from an external application. starting from the Hwnd there is way to get the text ot this message box?

View 5 Replies

VB 2003 - Handling Data - Transmitting Data From A Comm Device Via Serial Port

Nov 10, 2009

I'm currently working on a project where I am transmitting data from a comm device via the serial port and resorting the raw data (in binary) to its respective ascii values. The problem I'm facing is determining the most efficient method to accomplish my goal. Essentially, I have 68 bytes coming in, the first and second bytes represent the page and packet number and the data itself ranges from 3 to 64, the remaining for my checksum.

What I am needing to do is, grab 50 consecutive bytes per variable in my array, and that is where I'm confused. I have easily pulled my 3-64 bytes and stored that data to a string. I just don't know the most efficient method to accomplish my goal. Should I write directly to file all my data, as there are like 8 pages, of 128 packet data. [Code] I can capture the the first 50 by using a for-loop easily, but what would be the preferred method to track what data chunk I've taken? The more I think about it, I think I may just want to write to file, all my data, and then just take them back to back in 50 byte chunks. Is that the most efficient method?

View 3 Replies

Continously Reading Data From A Modbus TCP Device And Store Data In A Textfile?

Mar 2, 2012

I have a modbus TCP device that I have managed to connected to through my VB source code.

I want to poll (continueously read) data from certain registers of the device, and store the polled data in a file (text,csv, excel).

View 1 Replies

Control Ip Relay Device From Internet

Apr 25, 2012

i wrote some code to control an ip device, i made in windows forms application , silverlight and asp.net, they all work on the local network , but won't work from internet web server, i have the router forwarding to local device ip and port,

i get this error:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 226.45.306.158:4999

here's the code used

Private Function SendRelayCommandTest(ByVal e As String) As String
'SendTextToIP("setstate,1:" & thePort & "," & TheState)
'Dim IPHostCC1 As String = "192.168.1.105"

[Code]....

View 1 Replies

Create A Remote Control Device?

Aug 1, 2009

How would i create a remote control device so i could access any pc with this software and view there screens, share files, etc.

View 2 Replies

Select Recording Control Device?

Oct 13, 2008

I want to select either "Wave" or "What U Hear" or "Microphone" or "Analog Mix" (LineIn) in the Windows Recording Control applet, i.e. as if I clicked the applicable "Select" checkbox.

I got this VB6 code on the Net (not sure where) and tried to convert it to VB2008. It is very near to correct I think, but the last part does not work.

View 1 Replies

MS VS(vb) '08 Express Include External Files For Read/write Access?

Dec 2, 2009

I am using Visual Basic 2008 Express Edition. Some of the programs I am writing make extensive use of External files (saved games, data, item lists, etc.) I could use an easy way to get these files to ride allong during deployment (cd mostly). adding them to the resources works for some static pictures, but custom structures into lists of info to read and write from are beond that features abilities, same with the settings feature. I have found in other help referance to "MageUI.exe" so is downloading a .net SDK my solution or is there a better trick I can use?

View 2 Replies







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