473,385 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Help needed in C

I am a starter in C. I am doing a Project to on GPS. I have to connect GPS to my Laptop but the Laptop doesnot have serial port and hence i have to use USB-Serial adapter to connect to GPS. The connection gives COM12 port in device manager. The problem is how to get the GPS string in C. I tried certain to codes to open the port in C but they dont work. Also guide me whether it is possible to copy part of char string to int string using strncpy(). Thanks
Jul 3 '07 #1
4 1324
mac11
256 100+
I am a starter in C. I am doing a Project to on GPS. I have to connect GPS to my Laptop but the Laptop doesnot have serial port and hence i have to use USB-Serial adapter to connect to GPS. The connection gives COM12 port in device manager. The problem is how to get the GPS string in C. I tried certain to codes to open the port in C but they dont work. Also guide me whether it is possible to copy part of char string to int string using strncpy(). Thanks
This looks like it might be complicated to sort out, and probably impossible unless you can post more details. Can you show what code you have tried, or give more detail about what exactly you are trying when you say "code to open the port but they don't work"?

Do you have some documentation about your gps device that tells you how to communicate with it? Maybe it needs some magic dance before it will talk back.

Also, It is possible to convert chars to ints using atoi() (among other methods).
Jul 3 '07 #2
sicarie
4,677 Expert Mod 4TB
Have you tried looking on Google for this? I found this on the first page of "c serial port programming" results, so you might try that, or if it's not completely helpful, some version of that...
Jul 3 '07 #3
RedSon
5,000 Expert 4TB
Also, look on the website for the GPS manufacturer of your device. They might have resources for developers to use. API documentation or additional documentation. If the GPS driver assumes that it will be a serial com port in the range of COM1-4 then it might not be possible to tell the driver to look at COM12. It depends on the way the driver is implemented.
Jul 3 '07 #4
cnobile
6 Nibble
Also it would be nice to know on what platform you wish to do this. Windows, Mac, Linux? You mention that it uses a COM port, this would be Windows, but are you trying to use it with Windows?

On Linux you can write code to the libusb package which will do most of the work for you. Then all you would need to do is convert the data coming and going from your device to the format needed in this library. What you are really doing here is writing a device driver regardless of the platform.

Another thing to think about is how will you connect the device to your computer. You mentioned that there is no serial port on your computer, is there also a USB port on your device?
Jul 4 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

28
by: stu_gots | last post by:
I have been losing sleep over this puzzle, and I'm convinced my train of thought is heading in the wrong direction. It is difficult to explain my circumstances, so I will present an identical...
7
by: ChadDiesel | last post by:
Hello everyone, I'm having a problem with Access that I need some help with. The short version is, I want to print a list of parts and part quantities that belong to a certain part group---One...
7
by: Tina | last post by:
I have an asp project that has 144 aspx/ascx pages, most with large code-behind files. Recently my dev box has been straining and taking long times to reneder the pages in the dev environment. ...
10
by: Mae Lim | last post by:
Dear all, I'm new to C# WebServices. I compile the WebService project it return no errors "Build: 1 succeeded, 0 failed, 0 skipped". Basically I have 2 WebMethod, when I try to invoke the...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
2
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing an online training module for people that work in food processing plants. This is my target audience. These workers have little or no...
3
by: Kitana907 | last post by:
Hi- I'm attempting to write a module that uses and updates info from two tables and does the following: Opens the recordset of a table called "tblstoreinv" If the Needed Field in the...
9
by: smartbei | last post by:
Hello, I am a newbie with python, though I am having a lot of fun using it. Here is one of the excersizes I am trying to complete: the program is supposed to find the coin combination so that with...
2
by: rookiejavadude | last post by:
I'm have most of my java script done but can not figure out how to add a few buttons. I need to add a delete and add buttong to my existing java program. Not sure were to add it on how. Can anyone...
32
by: =?Utf-8?B?U2l2?= | last post by:
I have a form that I programmatically generate some check boxes and labels on. Later on when I want to draw the form with different data I want to clear the previously created items and then put...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.