Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by barret

  1. B

    Is it possible to build a simple billing terminal using AVR?

    Re: AVR question well, try 90s8515 (it comes with DIP package too). interface to external memory, UART. the 2 MPUs could communicate via UART: 1 MPU is connected to keyboard and communicates with the other MPU via UART. if you want to reserve UART for an external rs232, then you can use...
  2. B

    Is it possible to build a simple billing terminal using AVR?

    Re: AVR question it depends on the detailed system... why you do not whant to use atmega? is it too expensive? of course, sometimes it's better to use 2 MPUs, 1 deals with basic tasks the other is for some peripherial tasks, but again, it's better to discuss a circuit in details, not just a...
  3. B

    Differences between DSP and microprocessor

    Re: DSP VS MP generally, microcontrollers have more means for interfacing peripheral devices, whilst DSPs have more sophisticated core for computing
  4. B

    RS 232 Serial Communication

    hello, you can try MSCOMM module, it is well described in MSDN or use standard windows APIs for controlling a serial port h**p://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/msdn_serial.asp for more details
  5. B

    Is it possible to build a simple billing terminal using AVR?

    Re: AVR question well, it depends on a certain system you are going to develop of course. but i suppose that atmega128 could suit your needs, it has six (8pin) ports including multiplex data and address ports, and port g (alternative, i.e. instead of ALE, WR, RD, etc). visit www.atmel.com
  6. B

    RS485 program in windows?

    yes, you can connect UART's TX and RX of your microcontroller directly to the 485 chip.
  7. B

    Programmable logic newbie...

    www.altera.com has some sample in vhdl and verilog. they also supply free tools
  8. B

    What is better for video compression algorithm, C or Matlab?

    Re: C or Matlab? Matlab allows you to check your ideas faster and convert the result to C/C++ code, on the other hand, if you design takes resources, then you can write it in C, after verification in Matlab, for example

Part and Inventory Search

Back
Top