User`s manual

IA261/262 WinCE User’s Manual Getting Start
2-8
SNMP Manager
An SNMP manager is an SNMP application that generates queries to SNMP-agent applications
and receives traps from SNMP-agent applications.
The IA26X-CE computer installs an SNMP agent to serve as an SNMP device. You should install
the SNMP manager on the workstation computer (for example, a Linux system) that monitors the
network. After installing the nodes, you need to configure the SNMP manager and agent.
To check SNMP agent capabilities in a target IA26X-CE (e.g, network IP at 192.168.3.127)
computer, please logon the workstation computer that, for example, a Linux-based computer, the
SNMP manager resides and type
\> snmpwalk -v 2c -c public 192.168.3.127 system
SNMPv2-MIB::sysDescr.0 Microsoft Windows CE Version 6.0 (Build 1400)
SNMPv2-MIB::sysObjectID.0 SNMPv2-SMI::enterprises.8691.13.7420
SNMPv2-MIB::sysUpTime.0 1282929
SNMPv2-MIB::sysContact.0 Your System Contact Here
SNMPv2-MIB::sysName.0 WindowsCE
You will see a series of messages from the SNMP agent in the IA26X-CE computer. From there,
you can monitor and manage the computer.
CANbus Service
In IA262-CE we provide some applications to configure CAN Port baud rate and using simple API
to send/receive message thought CANbus service.
Set Baud rate:
canapp <port> <-b> <baud rate >
\> canapp 1 –b 1000K
Set baudrate !
set BAUDRATE Done!
Get Baud rate:
canapp <port> <-gb >
\> canapp 1 –gb
get baudrate !
current baud rate:1000K
Send message:
canapp <port> <-tx > <RTR> <ID> <Message>
\> canapp 1 –tx 0 123456 88888888
Write msg from port:1
len:8
identifier:123456