Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: savnik; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I reverse the pin 2 with pin 3 and now work....

    I reverse the pin 2 with pin 3 and now work.
    Thank you.
  2. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I use a pic16f877a. I will try again the max232...

    I use a pic16f877a.
    I will try again the max232 on easypic4 (i have test already with no success).
    Thank you for the help.
  3. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I have code for AVR and for C8051 , but i don't...

    I have code for AVR and for C8051 , but i don't know c language.
  4. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    The pin 18 is connected to Max pin 11 and pic pin...

    The pin 18 is connected to Max pin 11 and pic pin 19 is connected to max pin 12.
    When connect the DB9 connection with hyperterminal and with those :
    at
    OK
    at+creg?
    +CREG: 0,1

    OK
    at+cmgf=1
    OK
  5. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I attach all the circuit wich is assembly in one...

    I attach all the circuit wich is assembly in one pc board
  6. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    Why if i connect the DB9 connector to pc (hyper...

    Why if i connect the DB9 connector to pc (hyper terminal) with rs232 cable all work?
  7. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I try and not work

    I try and not work
  8. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I have check many times.

    I have check many times.
  9. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    I have use this circuit. If i connect to hyper...

    I have use this circuit.
    If i connect to hyper terminal all works fine, but if i connect to pic don't work.
  10. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    Yes, have max232.

    Yes, have max232.
  11. Thread: Siemens TC35

    by savnik
    Replies
    20
    Views
    24,324

    Siemens TC35

    I have a Siemens TC35. I can send message with hyper terminal. Also i have a easypic4 and i can connect with hyper terminal.
    If i can connect the easypic4 with Siemens TC35 and use the bellow...
  12. Replies
    9
    Views
    10,883

    Thank you. I will try.

    Thank you. I will try.
  13. Replies
    9
    Views
    10,883

    And if we have a variable byte or word how to...

    And if we have a variable byte or word how to display?
  14. Replies
    7
    Views
    6,112

    intcon=%00001000 'enable interrupt on PORTB ...

    intcon=%00001000 'enable interrupt on PORTB

    MainLoop:
    if powerswitch=1 then ' Check if Power Switch Pressed
    gosub pause1sec ' Wait 1 second
    if powerswitch=1 then ' Still pressed?
    gosub...
  15. Replies
    8
    Views
    6,166

    No problem. aratti code solve my problem.

    No problem.
    aratti code solve my problem.
  16. Replies
    8
    Views
    6,166

    I change the duty manually with two buton's (up...

    I change the duty manually with two buton's (up and down)
  17. Replies
    8
    Views
    6,166

    I had test and not work.Because next have count...

    I had test and not work.Because next have count 255 + 1 = 256
  18. Replies
    8
    Views
    6,166

    Thank you. It is work. I don't want use word...

    Thank you. It is work.
    I don't want use word variable , because pwr is for duty of HPWM.
  19. Replies
    8
    Views
    6,166

    Increment a Byte

    I have a simple problem but i don't can solve.



    pwr var byte

    If up = 1 Then
    PAUSE 50
    pwr = pwr + 1
    If pwr >= 255 Then pwr = 255
  20. Thread: LCD BARgraphs

    by savnik
    Replies
    232
    Views
    206,891

    I want if the value is 0 (0-1023) to show like...

    I want if the value is 0 (0-1023) to show like this picture:
  21. Thread: LCD BARgraphs

    by savnik
    Replies
    232
    Views
    206,891

    Someone to help;

    Someone to help;
  22. Thread: LCD BARgraphs

    by savnik
    Replies
    232
    Views
    206,891

    Hi Ioannis. (Γεια σου Γιάννη) Can you post the...

    Hi Ioannis. (Γεια σου Γιάννη)
    Can you post the shematic of ca3089 which you used?
  23. Thread: LCD BARgraphs

    by savnik
    Replies
    232
    Views
    206,891

    I use the Bargraphs(lines) to show on lcd the...

    I use the Bargraphs(lines) to show on lcd the volt from 0 to 5 volt with adc 10 bit.
    How to change the code to show always at first Col the first character.
    Like this : from ||||| to show only | if...
  24. Replies
    4
    Views
    3,536

    Yes it is a constant number. is from :...

    Yes it is a constant number.
    is from : 28,224+10,7 = 38,924 and the 0,0625 is the step
  25. Replies
    4
    Views
    3,536

    I can live with the integer limits of PBP. I can...

    I can live with the integer limits of PBP.
    I can not use PBPL because i use pic16f88.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4