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 jshroff

  1. J

    How many Nos. of serial Ports connected with a serial cable can be connected with PC?

    Re: Help Needed Depends on the serial ports, if you get a usb to serial converter you can add upto 255 ports and more, but if you stick with the standard serial ports you would need to use a custom hardware board to provide additional ports past the 1-2 provided by the out of the box computer
  2. J

    Can MOSFET be used instead of L298?

    cnczone l297 Yes you should be able to use the 297 and feed it to a mosfet hbridge, just need to make sure you consider both high side & low side
  3. J

    Accessing serial port in Windows 2000 using C

    win32 serialport example c This is a lot easier if you use the free visual studio express edition then you can use this code example https://msmvps.com/blogs/coad/archive/2005/03/23/SerialPort-_2800_RS_2D00_232-Serial-COM-Port_2900_-in-C_2300_-.NET.aspx Sure its not C but since you do not...
  4. J

    Suggest me a development board and emulator for projects in AVR

    Re: WANNA START WITH AVR Are you bent on AT89? If not get an AVR butterfly and download winAVR - the free development environment... Read more at avrfreaks.com
  5. J

    Interfacing Bluetooth USB Dongle with Microcontroller

    uclinux bluetooth dongle This would be perfect except that it is class 2 so range is limited if it was class 1 it would have been so nice.
  6. J

    CB0703-PCB for "PICkit 2" DIY(Do It Yourself) fans

    pic18 lvp real ice Shipping kills the deal...
  7. J

    How the PS2 clock debounce is done in this VHDL code?

    Hi All, I am attempting to learn VHDL using a digilent board and example and have a very basic question. The code is ... ---------------------------------------------------------------------------------- -- Company: Digilent Inc. -- Engineer: Claudia Goga -- -- Create Date...
  8. J

    PIC with TI TLC5940 (Will give an EPIA ML5000 ($100 val.))

    tlc5940 pic I am not sure what your question is the attached code appears to be pretty complete did you compile and run it? What problems are you running into?
  9. J

    Full car OBD project and schematic

    Re: full obd prpject.. looks like the OBD portion only implements ISO9141 protocol and not any other so most likely will not work unless the vehicle supports ISO9141
  10. J

    Custom Board Vs Developer Boards

    A pic has a pretty simploe architecture so you might be better off just designing your own board, I would lay out all the peripherals and then start out by populating only the xtal circuitry and maybe a led that you can blink using an ICSP. Most of the microchip datasheet show the minimal...
  11. J

    usb to serial convertor

    Do you know who sells these? Prolific's website does not have any info and mentions speaking with their FAE, I would like to explore this option since the FT232RL solution is a bit more expensive.
  12. J

    Using two CAN modules fore testing software implementation or functionality

    Re: CAN question you get to decide when and what get's sent :D Here's an example that might help **broken link removed**
  13. J

    Bootloader and user code relocating?

    This looks OK, the bootloader will look for the first 4 bytes GOTO START and place them in the right location, this code looks like it will work correctly do yo have a way to test it without the bootloader? The start vector is correct, and will be relocated appropriately.
  14. J

    RTOS, difference between hard and soft real time system

    Re: RTOS QNX has a very good article that explains the differences https://www.qnx.com/developers/articles/article_298_1.html
  15. J

    Bootloader and user code relocating?

    Hi Post your actual program looking at the bootloader source looks like your actal program needs to start with a GOTO PROGSTART instruction. The bootloader will look for this and patch your program accordingly.

Part and Inventory Search

Back
Top