Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

enbeded I/O 2

Status
Not open for further replies.

wstorts

Electrical
Joined
May 27, 2002
Messages
4
Location
US
Task: 32 bit input and 8 bit output I/O needed.
Bit to bit isolation not required, common source/sink OK.
TTL logic level OK.
Looking for micro-controler to handle TX/RX for these input and output signals from field equipment to PC using RS-232 or 432 speed not critical.
Does anynbody know a good source, Prehaps 8051 series ??
All of the enbeded Micro-Controlers I have found do no support more than 16 bits of discrete I/O.
Thanks
Wayne
 
Hi, an expanded 8051 such as 80c537 has enough ports.
 
If you want built-in flash memory and reasonable price, lots of I/O pins, take a look at the Atmel AVRmega64.
 
If you want to go with a versatile but finished product rather than individual chips and can spend several hundred dollars on it, then try industrial monitoring devices such as DeviceNet, National Instrument's Field Bus or even one of their DAQ cards ( or DataForth modules. These all run on serial, are generally designed for monitoring multiple sensors in a remote environment, and typically handle sampling rates up to 50 samples/second.
 
If speed not critical, use the PC parallel port directly.
You can get expansion board to it, too.

<nbucska@pcperipherals.com>
 
Also you can use an AVR mcu from ATMEL: AT90S2313 (a cheap one) and a PPI from Intel 8255. Set all ports of 8255 as outputs and for 8bit input port use 8bit port of 2313. the mcu has internal circuitry specialized for serial I/O RS232.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top