101-0577 Rabbit Semiconductor, 101-0577 Datasheet - Page 95

KIT DEV FOR BL2500 COYOTE

101-0577

Manufacturer Part Number
101-0577
Description
KIT DEV FOR BL2500 COYOTE
Manufacturer
Rabbit Semiconductor
Series
Coyoter
Type
Single Board Computers (SBC)r
Datasheet

Specifications of 101-0577

Contents
SBC, Dev. Board, AC Adapter, Cable and Dynamic C® CD-ROM
Product
Modules
Data Bus Width
10 bit
Processor Type
Rabbit 3000
Sram
128 KB
Flash
256 KB
Number Of I/os
24
Backup Battery
3 V Lithium Coin Type
Operating Voltage
8 V to 40 V
Power Consumption
1 W
Board Size
100 mm x 100 mm x 29 mm
Description/function
Computer Module
Interface Type
Ethernet
For Use With/related Products
BL2510
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
PARAMETER
RETURN VALUE
SEE ALSO
PARAMETERS
RETURN VALUE
User’s Manual
int rn_find(rn_search *srch);
int rn_echo(int handle, char sendecho,
Locates the first active device that matches the search criteria.
srch is the search criteria structure rn_search:
Use a maximum of 3 macros for the search criteria:
For example:
Returns the handle of the first device matching the criteria. 0 indicates no such devices were found.
The peripheral card sends back the character the master sent.
to determine that the peripheral card is connected to a master.
handle is an address index to device information. Use rn_device() or rn_find() to establish the
handle.
sendecho is the character to echo back.
recdata is a pointer to the return address of the character from the device.
The status byte from the previous command. -1 means that device information indicates the peripheral
card is not connected to the master.
char *recdata);
unsigned int flags;
unsigned int ports;
char productid;
char productrev;
char coderev;
long serialnum;
RN_MATCH_PORT
RN_MATCH_PNA
RN_MATCH_HANDLE
RN_MATCH_PRDID
RN_MATCH_PRDREV
RN_MATCH_CODEREV
RN_MATCH_SN
rn_search newdev;
newdev.flags = RN_MATCH_PORT|RN_MATCH_SN;
newdev.ports = 0x03; //search ports 0 and 1
newdev.serialnum = E3446C01L;
handle = rn_find(&newdev);
rn_device
// match port bitmask
// match physical node address
// match instance (reg 3)
// match id/version (reg 1)
// match product revision
// match code revision
// match serial number
// status flags see MATCH macros below
// port bitmask
// product id
// product rev
// code rev
// serial number
This function will
check device information
89

Related parts for 101-0577