Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,514

    GLCD and its resolutions.

    Hi all,just want to know whether the pic basic pro program can be use to

    program a higher resolution like 320 X 240 Dots LCD Module instead of just

    the standard 128 X 64 Dots GLCD module?If...
  2. Replies
    13
    Views
    15,168

    Graphics LCD with different resolutions?

    Hi all,just want to know whether the pic basic pro program can be use to

    program a higher resolution like 320 X 240 Dots LCD Module instead of just

    the standard 128 X 64 Dots GLCD module?If...
  3. Replies
    8
    Views
    3,916

    Hi there ,yesterday i had tried the timer...

    Hi there ,yesterday i had tried the timer interrupt function but ,i think i need one more interrupt for my sensor to detect (i use RB0 to trigger the pin) but i encounter 1 problem ,which is in my...
  4. Replies
    8
    Views
    3,916

    Thanks sougata for the info,i'll try and work it...

    Thanks sougata for the info,i'll try and work it out then .thanks!
  5. Replies
    8
    Views
    3,916

    Actually i just need it to use in my RPM counter...

    Actually i just need it to use in my RPM counter program ,the loop which need to be executed is a repeated count loop that add a variable everytime a pin becomes LOW.(which i use a photosensor to...
  6. Replies
    8
    Views
    3,916

    Thank you very much to sougata for this useful...

    Thank you very much to sougata for this useful information,now i got the rough idea on how to do the job,but for PBP there is only ON Interrupt for any interrput command,is it neccessary or should i...
  7. Replies
    8
    Views
    3,916

    Exact delay for a loop

    Hi there,i would like to use a timer delay for my loop,
    which mean to say that when i go in a loop a timer like 1 minutes(actual time)
    will start to run.
    After 1 minutes elapsed then the program...
  8. Replies
    0
    Views
    2,120

    Stepping motor Driver

    Hello guys/Gals,

    As stated above ,Anybody ever use this A3977 MicroStepping DMOS motor driver with translator together with any pic microcontroller?Thanks.
  9. Replies
    4
    Views
    3,902

    Which type of pic18 is suitable?

    Hi there,i am trying to migrate from PIC16F877 to some higher speed Microcontroller like PIC18F series i need 5 PWM channel or more and 10 bit ACD Resolution,USB compatible ,40 I/O pin or more...
  10. Replies
    6
    Views
    3,862

    I am not using proton ,my basic compiler is from...

    I am not using proton ,my basic compiler is from this www.oshonsoft.com
    i choose this "PIC Simulator IDE" because it builds in alot of simulator tools,so that i can easily debug my program,its...
  11. Replies
    6
    Views
    3,862

    i already correct the Rx and Tx ,but still cannot...

    i already correct the Rx and Tx ,but still cannot ,is it neccessary for me to use HARDWARE USART?
  12. Replies
    6
    Views
    3,862

    I am using the oshonsoft pic basic pro to write...

    I am using the oshonsoft pic basic pro to write the code my Rx and Tx code are as follows:
    (Transmit)
    Dim a1 As Byte
    Dim temp1 As Byte
    EEPROM 21, 4

    scan:
    If PORTA.2 = 0 Then
    Gosub...
  13. Replies
    6
    Views
    3,862

    Lost in Pic to Pic communication

    hi,there i am now stuck with pic to pic communication i am using the same crystal for both the microcontroller board i try to send some byte to another pic i use the simulator to monitor the transmit...
  14. Replies
    0
    Views
    2,786

    communication between 3 pic16f877

    Hi there,i am doing a project regarding this pic16f877 .i have this let's say B board to display the information of either one of them (A or C).the method i use is via serin and serout .I have a...
Results 1 to 14 of 14