![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hello to all, Can anyone help ? I need a serial interface for a robotics project.I've searched the web and found only one circuit , but that uses a 6402 UART ic which I'm told is now obsolete. | |
| |
| | (permalink) |
| in many parts catalogs there are a couple of chips called, PISO, or SIPO. parallel in serial out and serial in parallel out. by making a clock that works at the baud rate you are looking for and deviding it by the number of bits in your serial stream , that will give you the clock rate you need to use the sipo. giving you serial to parallel. there are also many other ways. on http://www.commlinx.com.au contains a schematic directory and in there schematic directory they have a design using an atmel microcontroller and uncludes code. so there are many options available.
__________________ \"the gears of life are not always lubed\", duane woods | |
| |
| | (permalink) |
| hi, use AT89c2051 microcontroller which has builit serial Com port nad two parallel ports, you just have to write small software. abhishek | |
| |
| | (permalink) |
| Thank you both for your replies, It's been some time since I picked up a soldering iron and what started life as a simple robotics project has become a bit more challenging. Looks as if I'm going to have to get to grips with micro-controllers, was once fluent in quick-basic but that was back around version 2. jon h. Gloucester,England | |
| |