473,386 Members | 1,943 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,386 software developers and data experts.

TI RFID-reader

Im on a RFID application, in have a lot of problems, which I hope you kan
help me with.

Sourcefiles:
http://www.ti.com/rfid/docs/manuals/softwares/DLL.zip

Documentation
http://www.ti.com/rfid/docs/manuals/...braryFECOM.pdf
og
http://www.ti.com/rfid/docs/manuals/...braryFEISC.pdf
When I try to compile the following test, I get a lot of errors.
/**********************************************
#include <stdlib.h>
#include "FeComDef.h"
#include "FeIscDef.h"
#include "FeCom.h"
#include "FEISC.h"

int main()
{

char cPortNr[4];
_itoa_s(1, cPortNr, 10);// Convert Integer to Char
int handle = FECOM_OpenPort(cPortNr);// COM:1 should be opened
if(handle < 0)
{
}
}
************************************************** **/

Do any of you by any chance have any experiance with the TI-readers?
Aug 1 '06 #1
1 3110
Peter Hansen wrote:
Im on a RFID application, in have a lot of problems, which I hope you kan
help me with.

Sourcefiles:
http://www.ti.com/rfid/docs/manuals/softwares/DLL.zip

Documentation
http://www.ti.com/rfid/docs/manuals/...braryFECOM.pdf
og
http://www.ti.com/rfid/docs/manuals/...braryFEISC.pdf
When I try to compile the following test, I get a lot of errors.
/**********************************************
#include <stdlib.h>
#include "FeComDef.h"
#include "FeIscDef.h"
#include "FeCom.h"
#include "FEISC.h"

int main()
{

char cPortNr[4];
_itoa_s(1, cPortNr, 10);// Convert Integer to Char
int handle = FECOM_OpenPort(cPortNr);// COM:1 should be opened
if(handle < 0)
{
}
}
************************************************** **/

Do any of you by any chance have any experiance with the TI-readers?

Sorry, but...

1. We're not psychic. We don't know what your errors are.
2. None of the functions you've described are Standard C++ functions.
3. Your code appears to be C, not C++
4. Your code is application/platform specific. You need to find a
newsgroup topical to your platform/environment.

You might want to look for a newsgroup relevant to TI or RFID.

Aug 1 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Have a lovely Google | last post by:
Sorry about the blatant commercial post folks - but please read on if you are in the market. Ignore O/W: ** We are a company specializing in developing RFID solutions for Retail, Healthcare and...
2
by: kies | last post by:
Hi all, I'm currently trying to create an application that make use of the RFID technology and i'm not too sure how to get about using the RFID. I was wondering if any of you guys know of any good...
0
by: Steven Nagy | last post by:
Hey all, I have a project where we are going to track peoples movements by RFID. All the technology is fine, however I have a question about where to look for the mapping side. The product I...
1
by: broadbandera | last post by:
RFID Technology and Architecture, RFID Standards,RFID Applications, RFID Security, Impact of RFID Tags on Recycling, Environmental Challenges of RFID, RFID Tags: Advantages and Limitations, ...
1
by: ABC | last post by:
What is the system requirements to write RFID application using C#?
0
by: OldSchool | last post by:
Good day! I have problem dealing with Data recieving through use of RFID scanner. the Scenario is this, im going to scan the RFID and I will Recieved a Data from it and i will compare it in...
1
by: rsaikamesh | last post by:
Hi, I have connected RFID printer(Zebra R2844-Z) to serial port(dev/ttyS0). My OS is linux(ubuntu). I am using minicom for communication. I need to print some data using the RFID printer. the...
2
by: rsaikamesh | last post by:
Hi, I have connected RFID printer(Zebra R2844-Z) to the serial port(dev/ttyS0). My OS is linux(ubuntu). I need to read the RFID tag using a c++ program.I don't know anything about how to read...
1
by: rsaikamesh | last post by:
Hi, I have connected RFID printer(Zebra R2844-Z) to the serial port(/dev/ttyS0).My OS is linux(ubuntu). The following is a program which is written in ZPL: ^XA ^RI0,,5^FS...
3
by: diablo4303 | last post by:
hi all... have any of you here know how to build a program like Inventory Controlling System using RFID? I'm confuse which software that i can use to create inventory system RFID. Hopefully...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.