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 hamradio

  1. H

    little help Convertion of ASCII to it's decimal representation. Assembly code

    RESOLVED Convertion of ASCII to it's decimal representation. Assembly code I'm sharing my working code. if its helpful for someone. ;==================================================================== ; Name: asciitodec ; Title: ASCII to decimal convertion A to F and 0 to 9 ; Created...
  2. H

    little help Convertion of ASCII to it's decimal representation. Assembly code

    I managed to finish the code. Thank you. After optimization I'll re post it.
  3. H

    little help Convertion of ASCII to it's decimal representation. Assembly code

    I'm using MPLAB v8.92 but the code works, the main idea is to filter somehow any other characters than 0-9 and A-F. I need a hint for validating this input values and omit everything different than 0-9 and A-F and turn on LED if the input doesn't match these two ranges (0-9 A-F). Thank you for...
  4. H

    little help Convertion of ASCII to it's decimal representation. Assembly code

    Hello guys, I have a task for my study. The task is simple but for beginner in assembly it's not so easy. The task is consist of writing a program for converting the ASCII numbers from 0 to 9 and the letters from A to F to it's decimal representation. And if the input value don't match these...
  5. H

    Bosch BMP085 Barometric sensor library

    Hi guys, I was searching in the forum related thread, but it's a dead end. I'm building a uni project related with this sensor BMP085 but the problem is that there is no proper library for it in Proteus and even Altium. The simulation it's easier before buying parts. I don't want to reinvent...
  6. H

    GeForce 9800gtx - VRam chip modules, replacement?

    I couldn't find proper section for the topic! The replacement it's easy if you have hot air soldering station I couldn't find proper replacement chips on reasonable price!
  7. H

    GeForce 9800gtx - VRam chip modules, replacement?

    Hi to all, I have a question and I don't know is this the right section for my question but...Sorry! I'm writing with the following question. From where I could find replacements for my Ram chips on my Gigabyte GeForce 9800gtx, because I searched on ebay, farnell, Digikey etc. and I couldn't...
  8. H

    Lcd 16x2 initialization problem PIC16F88

    You're G o d help!!! 8-)8-)8-) I'm very glad to have people like you!!! Thank you! between this is very good project for soldering station! it's working but this is the last problem the lcd!
  9. H

    Lcd 16x2 initialization problem PIC16F88

    Is there any special with the compilation, specific options and etc.
  10. H

    Lcd 16x2 initialization problem PIC16F88

    Thank you for the fast reply!!! I have one more question how to export the asm file from mp lab in hex format i found from where but i did it in wrong way maybe :-|
  11. H

    Lcd 16x2 initialization problem PIC16F88

    A friend rejected my request for help with this therefore i'm bagging for your help where and what to change acording to the previos posts solution!!! Thank you in advance! LCD_Initialize movlw b'00110000' call LCD_SendByte call wait100msec movlw b'00110000' call...
  12. H

    Lcd 16x2 initialization problem PIC16F88

    This is just with cheaper lcd i think i'll try and post the result! Thank you for the fast response!
  13. H

    Lcd 16x2 initialization problem PIC16F88

    Hi to all of you! I'm sorry for reopening closed thread! The problem which i want to solve is from my new project just the lcd part is buged :D This is the datasheet of the display **broken link removed** Project ASM file i'm new with C especially ASM The problem is that every time i need...

Part and Inventory Search

Back
Top