Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: SuB-ZeRo; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds; generated 29 minute(s) ago.

  1. Try...

    Try to change the Xtall.
  2. Thread: Simple Math

    by SuB-ZeRo
    Replies
    3
    Views
    2,895

    A simple suggestion

    1v =1000 mv
    2.5 v =2500 mv
    2500 -1000=1500
    1500 /100 =%1
    i hope it will work :)
  3. Replies
    1
    Views
    3,552

    yes a beginner explain

    I am a beginner too but i can explain what # do
    if u put a # infront of a value or a String the chip will send the characters in ASII format.See the ASII format table.
  4. Replies
    14
    Views
    14,198

    I have an idea any suggestion?

    Thaks Bruce i looked to the web site that u post me but all of them for copper or other materials none of them can winding hot lead wire.Hot lead wire has a problem.If u wind the wire too fast it...
  5. Replies
    14
    Views
    14,198

    How do they do this? Any idea?

    In the picture u can see bobbin cover with lead wire.I ask to the factory how do they do this they told me there is a machine controlled by microprocesor.After than i want the picture of the machine...
  6. Replies
    19
    Views
    12,816

    To my misunderstand friend Ralph

    Ralph i learn electronic by my self.That means i really don't know what will i do when i have problem.I learn to read manuels and datasheet from this site.But some times i really can't find the...
  7. Replies
    19
    Views
    12,816

    ok it's working

    test var byte
    test2 var byte
    value var byte
    loop:
    hserin [test,test2]
    value=((test-48)*10)+(test2-48)
    if value=15 then
    goto ok
    else
    goto fail
  8. Replies
    19
    Views
    12,816

    yes melanie but another how.

    yes now i do the same.But i don't understan 1 think.Now i can sent 1 digit numbers how can i sent 2 digit numbers?
    for example when i sent 15 it comes to pic 49 53.i try to use this code
    HSERİN...
  9. Replies
    19
    Views
    12,816

    Thanks Melanie now i understand.

    Yes i have visual basic 6.0 professional now i understan what u mean.
    Communication between pic and PC is a table of ASCII characters.I understand they re communicating not like as i think.For exmp...
  10. Replies
    19
    Views
    12,816

    Answer to all......

    First i am not a lazy student also i am not a student!!!
    I am trying to learn how to use pic in PBP.
    I am a machine engineer.Not an electronik engineer.In the picture 2 u can see a machine that i...
  11. Replies
    19
    Views
    12,816

    1 slave 1 master 1 MAX232 1 problem ?

    hi everybody i am trying to get numbers from PC in my circuit i have 1 slave 1 master and a MAX232 i can communicate pic to pic well there is no problem i can sent numbers to pc it is well too but...
  12. Replies
    1
    Views
    2,889

    Showing numbers in diffrent ways?

    I want to show numbers on LCD different format but i don't know how :(
    my problem is for exmpl.
    i have number 1889 how can ı show this number on lcd like 1.889 how can i format this like that?In...
  13. Replies
    9
    Views
    6,923

    Please Look At This!!!

    I really don't undestand in proteus simulation program it say's it is working i set up the circuit in the real world and it is not working :( i looked every connection and there is no mistake it must...
  14. Replies
    9
    Views
    6,923

    Ok i chage the command but it becomes worse

    i change the commands like u re suggestion
    like this
    serout porte.0,5,[1,13]
    serin porte.1,5,t1
    but this time nothing works
    :(
  15. Replies
    9
    Views
    6,923

    I did all of them but...

    I did all of them but not working.
    1. Make sure your Pins that you are using are I/O pins.
    2. Make sure your chip is running (MCLR not on Reset)
    3. Make sure there is no noise between the two...
  16. Replies
    9
    Views
    6,923

    Do i have to use max232??

    When i am trying to send data pic to another pic do i have to use MAX232?
    coz i am trying these codes and not working....

    '''''''''''''''''''MASTER
    include "modedefs.bas"
    define CHAR_PACING 100...
  17. Replies
    12
    Views
    5,645

    Hi i am new too :) But i can help u a little...

    'for buttons
    loop:
    if portb.0=0 then goto b1
    if portb.1=0 then goto b2
    if portb.2=0 then goto b3
    if portb.3=0 then goto b4
    if portb.4=0 then goto b5
    if portb.5=0 then goto b6
    if portb.6=0...
  18. Replies
    5
    Views
    6,259

    Ok I Faund It

    HERE IS THE CODES

    DEFINE LCD_DREG PORTD
    DEFINE LCD_DBIT 4
    DEFINE LCD_RSREG PORTD
    DEFINE LCD_RSBIT 0
    DEFINE LCD_EREG PORTD
    DEFINE LCD_EBIT 1
    DEFINE LCD_BITS 4
    DEFINE LCD_LINES 2
  19. Replies
    5
    Views
    6,259

    i connected the mclr in the real world

    Yes in the curcuit i can't connect the Mclr to the +5 V if i do the program stops.But in the real world i connected the mclr to the +5 V still nothing change i do every thing that has been writen in...
  20. Replies
    5
    Views
    6,259

    Here It Is.. :)

    http://www.geocities.com/burakloves/24c02.pdf datasheet of the 24c02 and yes WP is connected with ground.Proteus don'y use Vdd or Vss it connects automaticly.I set up this circuit in real world and...
  21. Replies
    5
    Views
    6,259

    Ok I Give Up :( I2cwrite And Read

    HERE ARE THE CODES I REALLY CAN'T FIND THE PROBLEM.I READ MELANIE'S (I2CRead & I2CWrite not working as expected)AND TRYED EVERYTHING BUT NOT WORKING
    I AM USEING
    16F877 AND 24C02 AND EVERY THING...
  22. Replies
    2
    Views
    2,761

    Button stops when i use Serin

    loop:
    button porta.4 ,0,0,0,b1,1,show 'AND I CAN'T GET THE BUTTON PUSH
    serin portb.1,4,B0 'IF I USE THIS COMMAND THE PROGRAM STOPS HERE
    if b0=1 then goto ok
    goto loop

    It is a simple code.If...
  23. Replies
    8
    Views
    15,647

    And i want to ask another thing

    I try all the configrations of the IC-Prog.I can't use Direct I/O when i use a RS232 converter.After than i chose the option Windows API.Still nothing!I invert the data and the others.I tryed 1 by 1...
  24. Replies
    8
    Views
    15,647

    I have the serial converter.But.

    I have the serial converter and a JDM programmer but converter's voltage is not enough.I lower the value of the resistance but this time i am having problem writing the pic.Now i want to ask...
  25. Replies
    8
    Views
    15,647

    parallel port multi pic programmer?

    Does anybody has parallel port multi pic programmer shema?Coz my laptop don't have a serial port.
Results 1 to 25 of 49
Page 1 of 2 1 2