CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

what command for driver em4095.c

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
atomy_kwang



Joined: 28 Jun 2008
Posts: 24

View user's profile Send private message

what command for driver em4095.c
PostPosted: Mon Jun 30, 2008 10:57 am     Reply with quote

hello i dont know about command to use it (driver em4095.c)

who know , please answer
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Jun 30, 2008 12:45 pm     Reply with quote

The functions in em4095.c are called in the following files.
Study the files to see how to call the functions in your own program.

rf_init() --
Quote:
c:\program files\picc\examples\ex_rfid.c


rf_powerUp() --
Quote:
c:\program files\picc\examples\ex_rfid.c


rf_powerDown() --
Not used.

RF_readEdge() --
Called internally in em4095.c


RF_get() --
Quote:
c:\program files\picc\drivers\em4102.c
c:\program files\picc\drivers\em4150.c


RF_send() --
Quote:
c:\program files\picc\drivers\em4150.c


RF_findWidth() --
Quote:
c:\program files\picc\drivers\em4150.c


RF_measureWidths() --
Quote:
c:\program files\picc\drivers\em4150.c


RF_findPattern() --
Quote:
c:\program files\picc\drivers\em4150.c


RFbuffer_fill() --
Quote:
c:\program files\picc\drivers\em4102.c


RFbuffer_invert() --
Quote:
c:\program files\picc\drivers\em4102.c
c:\program files\picc\drivers\em4150.c


RFbuffer_getBit() --
Quote:
c:\program files\picc\drivers\em4102.c
c:\program files\picc\drivers\em4150.c


RFbuffer_getByte() --
Not used.

RFbuffer_setBit() --
Quote:
c:\program files\picc\drivers\em4150.c


RFbuffer_setByte
Quote:
c:\program files\picc\drivers\em4150.c
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group