Link to home
Start Free TrialLog in
Avatar of tdyck12345
tdyck12345

asked on

Where Can I Find an Affordable Embedded Device?

I am looking to find an affordable embedded device.

I would write a program that monitors an RS232 port, decodes the proprietary data coming in and then generates SNMP traps. This program would run continually on the embedded device. I am wondering if there are any devices out there that are priced at no more than USD $200.

So the device requirements are:
 -1 RS232 port
 -Ethernet port (not wireless)
 -the operating system has API for generating SNMP traps
 -ability to write proprietary software for this device
 -cost is not more than USD $200
ASKER CERTIFIED SOLUTION
Avatar of packetguy
packetguy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Another interesting alternative that may be simpler is the $99 Netburner eval kit:

http://tinyurl.com/netburnereval

The development software included with this kit is more readily adaptable to direct SNMP manipulation; with the Lantronix XPort devices you have to write kernel code to do direct SNMP message building, but this board, although having a much simpler runtime environment, comes with an IDE ready to do C/C++ programming at the application level.
Forget the Netburner; I see that charge $495 to license the SNMP module!

Avatar of tdyck12345
tdyck12345

ASKER

It looks like we will probably go with the Lantronix solution. Thanks.