Read Data From A GPS Logger That Plugs Into A Computer Using Mini USB

Sep 13, 2011

I need to read data from a GPS logger that plugs into a computer using mini USB.

I need to do this with C# but ive never used C# before so i am completely clueless.

I dont need code right now though the first thing i need to do is just recognise what processes this task consists of. What method is used what are the things i need to do.

I really need it explaining in as simple terms as possible ive tried searching the net for it for hours but terminology is so complicated and im so clueless i dont think i would recognise the correct information if it hit me in the face.

View 2 Replies


ADVERTISEMENT

Mini Search Engine For Local Computer?

Mar 6, 2012

I'm writing a program that will be searching files for the user and I need to find a good method to do so. Obviously it will need to filter the search to try to get the best result possible.

View 6 Replies

Creating A Mini Mp3 Library And A Mini Mp3 Player?

Apr 24, 2011

creating a mini mp3 library and a mini mp3 player?

1. With the library, should I use a database or how would I create a file holding Title, Artiste, Filepath to MP3 file.

2. With the player, is there a built in mp3 feature in Visual Basic Express Edition 2008?

View 2 Replies

Download Data From GPS Logger With Serial Communication?

Jun 6, 2011

I have a gps logger which store the gps data into its internal memory .I have a description file for the data format and how to send commands to the logger to get data . this file is present at the following website L [URL]

I need to make a vb.net application that can download data from the gps logger . and to set its configuration parameters .

View 2 Replies

Application Which Communicate With One Data Logger Unit (temperature Monitoring Unit)

Jul 21, 2010

I have written one application which communicate with one data logger unit (temperature monitoring unit) and download records after some interval. Unit continuously send current temperature which I have to show on screen and after each one hour I have to download log (all records saved inside unit at max 1024) from unit.

Now problem is after downloading log, application get hang or what we called working in background and resume after some time. If I pause debugger in visual studio 2008 it show control at application start (sub main) with message as "application will resume here after completing execution of current function". There is nothing in output window. So how can i trace is there any events got spool or what actually application doing in background.

View 1 Replies

Application Hang Whenever Plugs In A Thumb-drive

Oct 11, 2011

I have a client who is causing my software application to "hang" whenever he plugs in a thumb-drive and copies files. My software is using none of these files... can anyone hazard a guess at what's going on?

View 14 Replies

Sockets - Check That If Another Computer In The Network Send Some String Data To The Listener Computer?

Mar 19, 2012

i have a task to create a TCP Server (a program that is listening on its network card interfaces for incoming data stream).I have search on the internet and i found that i can use two methods : Socket or TCPListener class.I have created an example for Socket class, but i wondering how could i test it? I need to check that if another computer in the network send some string data to the listener computer , then this message should be displayed.Here is the example from microsoft that i am using for TCP Server using Socket:

Public Shared Sub Main()
' Data buffer for incoming data.
Dim data = nothingc[code]....

But it does not work because of the PORT setting.If in the TCP Server i have "Dim localEndPoint As New IPEndPoint(ipAddress, 0)" the client crashes, but if i change the port from any (0) to 11000 for example,the client works fine.Do you know why?

Later edit2:Maybe i should have started with this question:Which method is recommended for my scope?asynchronous or synchronous method ?

View 2 Replies

Access The Data Coming To The Computer From The In-built Bluetooth Module Of A Computer On Windows Platform?

Feb 4, 2011

i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.

View 6 Replies

Best Way To Make A Key Logger

Jul 4, 2009

I try to make a monitoring solution to work on my PC for monitoring others' activities on my PC.I have wrote a simple programm for key logging using keyDown event with keyPreview is true for form.what is the best way to make the code in an excutable form, is it by making it a "windows service" ?, if yes then how to do this?

View 1 Replies

Write A Key Logger In Visual Basic?

Apr 26, 2010

Is it possible to write a key logger in Visual Basic.NET? Is this the right language to be using?So far, I've gotten a console app to read input and append to a file.1)How can I make a .NET program "catch" all keyboard input?

2)How do I make a process not show up in Task Manager?

This is not for a virus, but rather a parental control program for a specific clientele. No malicious intent here.

View 2 Replies

Read Files From Another Computer?

Oct 8, 2009

is there a way to read a specific file from another computer through ethernet cable??for example, there is a text file on my laptop and i would like to us my desktop to retrieve it using VB2008 through ethernet..i like to use IP address which is more specific..

View 3 Replies

Read Unique Computer ID?

May 6, 2011

How can I read unique Computer ID using vb.net

View 9 Replies

Create A Screen Shot Logger Application

Jun 20, 2009

I am trying to create a Screen Shot Logger. Anyone knows the code on taking a print screen if a click a button and it will be save as c:Fileimage.jpg

View 1 Replies

Write A DLL Logger That Is Independant Of The Executing Application?

Jun 8, 2009

Trying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?

View 11 Replies

Read The Decimal Character Of Computer?

Jan 25, 2011

I would like to get the decimal character with vb.netIn Greek the decimal character is "," while in other countries they have "." as decimal character.

View 2 Replies

.net - Computer.FileSystem.DeleteDirectory() With Read Only Files?

Sep 23, 2010

I recently came across a problem with My.Computer.FileSystem.DeleteDirectory(). It will not delete read only files.I found out by Googling that I could delete the read only files by changing the file attributes to 'Normal'. So I wrote a recursive function, as below.

Private Sub DeleteDir(ByVal dir As DirectoryInfo)

For Each d In dir.GetDirectories
DeleteDir(d)[code].....

It seems to work fine, but it would be nice if My.Computer.FileSystem.DeleteDirectory() had another parameter to delete read only files, or there was an easier way to do this.

View 2 Replies

Read File From Another Computer Through Ethernet Cable?

Oct 9, 2009

i would like to ask is there a method which i can read a specific file from another computer??i would like to use IP address to specify the address.

View 21 Replies

VS 2010 - Creating Patient Event Logger For A Hospital NICU

Dec 15, 2011

I am currently working on a way to create a keystroke logger program of sorts, to be used in a hospital neonatal intensive care unit. It will be used in a project to look for ways to identify problems shortly after birth in newborn infants. (I was approached to create this program as I am the only one here with any programming experience, and I kinda put my foot in my mouth and said yes! D'oh!) While I have dabbled with C programming about 15 years ago (in DOS) and have some current familiarity with Excel-based VBA scripting, I have absolutely no experience with coding from scratch in Visual Basic (I'm a neurobiologist, not a programmer).

[Code]....

View 27 Replies

C# - Mini Web Server For .NET?

May 12, 2009

I wrote a VB.NET windows service and I'd like to know if there is some library or something that will provide me with a very simple mini web server. If my service is running, I'd just like to be able to type, in my browser:

[URL]

And have a status page popup. It will only be one single page and very simple html. Anyone know an easy way to do this before I attempt it on my own and over-engineer?

View 8 Replies

VS 2010 Read From File Using My.Computer.FileSystem Namespace?

Nov 26, 2011

I'm trying to read a file line by line. Right now I have...

My.Computer.FileSystem.OpenTextFileReader(strList).ReadLine() But I keep pulling the first line, not the next line and so forth, anyone know how to do this? I want to stay with the My.Computer namespace because it is thread safe.

View 5 Replies

Converting MINI-BASIC Over To .NET?

Mar 9, 2009

Would it be an easy task to convert MINI-BASIC, written using MASM, on over to VB.NET?Here is the Yahoo Groups page for MINI-BASIC: [URL] MINI-BASIC is a modern variation on the old Tiny BASIC language from 1976.

View 17 Replies

Creating A Mini Updater?

Jul 30, 2009

I have created a application that I have installed on the user computer. However, I want the application to be self-updating. But I am not sure if this would really update the application.The application will download all the files from the web server, and replace the files in the directory where the program as been installed to. The user will restart the application.I am just want to be sure, because I can't replace the installed files with the updated ones. As the application will be running. So really the application cannot delete/replace itself

View 5 Replies

Making A Mini Vb Devoloper?

Nov 30, 2010

i am taking on some new program ideas! And my first one ist to make a mini vb devoloper i already have a html editor but i would like to make one like .net with the tabs solution exsplore and controls and maybe visual designer if possible. If you know of any ways of doing please let me know i am desprate.

View 1 Replies

[2008] [WPF] Map With Mini As Navigation?

Jan 24, 2009

I'm making a WPF form that has a large map as an Image in a ScrollViewer. It also has a mini-version of the map as another image. I want to make it possible to click the mini-version of the map to scroll the big version to a certain area of the map. So I need to do the following:

1. When moving the mouse over the mini-map change the mouse cursor to a square with the appropriate size to indicate what part of the map will be shown.

2. Scroll the big map to the appropriate section when the mini-map is clicked.

View 10 Replies

VS 2010 Make Each Read Operation Faster Than Using My.Computer.Registry?

Nov 13, 2009

I need to perform a huge amount of registry read operations, and I'm trying to figure out a way to make each read operation faster than using My.Computer.Registry.

If I used APIs directly to do it, it should be faster, right?

View 1 Replies

Mini Encryption With The Modulus Operator?

Nov 16, 2011

I tried a mini encryption with the modulus operator but now I can't DECRYPT what I encrypt.How do I use the modulus operator to decrypt this:

Public Class Encryption
Private Sub btnEncrypt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEncrypt.Click
'Encrypt digits entered by user[code]......

View 9 Replies

Make A Mini Browser For IT Department?

May 11, 2009

I want to make a mini browser for my IT department. I want to have buttons that will load internal websites and log in. I understand how to load th epage but have no clue how to pass the log-in information.

View 3 Replies

Make Floating Mini Toolbar?

Jan 7, 2010

How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?

I would like it to appear at a given point when mouse is clicked.

View 9 Replies

Mini Osk At Windows Login For Vista?

Jul 16, 2009

I just got finished writing a mini on screen keyboard for the xp login screen.Does anyone know if this will be easily possible with Vista, or 7 ?If not, what are the hitches?

I was beta testing 7 until recently, so I don't want to waste time re-installing it for no reason.

View 14 Replies

Ppt On Mini Project - Creating Web Browser

Jun 12, 2009

i am a student of b-tech i want a ppt for my mini project i.e. web browser using vb.net .

View 4 Replies







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