Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    300
    Views
    365,512

    Dough... I am sorry, guys... I actually thought...

    Dough... I am sorry, guys... I actually thought that it was the same thing, since the code from this forum, end especially this topic always worked for me.. Is the syntax really the same??

    I'll...
  2. Replies
    300
    Views
    365,512

    MELabs PICBASIC forums? Are you writing this...

    MELabs PICBASIC forums? Are you writing this because I mentioned my .net program? I have not asked for help with .net. I am trying to get help with some PIC BASIC code I wrote. I mentioned .net just...
  3. Replies
    300
    Views
    365,512

    By, "my program" i meant a prog I wrote in VB.net...

    By, "my program" i meant a prog I wrote in VB.net for converting BMP pictures to PBP DATA code, so the lines wouldn,t get longer than 250 characters.

    I am sorry, it is late, and it is hard to...
  4. Replies
    300
    Views
    365,512

    Sorry for the inconvinence, language bug...

    I meant, that's not a bug in my program, it works perfectly, i mean the PICBASIC program. When I add multiple DATA statements eg.

    DATA $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
    DATA ...
  5. Replies
    300
    Views
    365,512

    Data placement

    shahidali55, you have to place the data in the start of your program, after the device and xtal definition. However, I stumbled on a problem with bitmaniacs matrix program. It generates code in one...
  6. Replies
    18
    Views
    12,232

    Sorry, but i have never tried to use MPLAB so I...

    Sorry, but i have never tried to use MPLAB so I don't know how to use the simulator =( But, that delay, you added in the end of the LCD.lib file, there stands that it is written for an 11,0592MHz...
  7. Replies
    18
    Views
    12,232

    LVP & BOR off, now it is only the cursor that...

    LVP & BOR off, now it is only the cursor that blinks in the start of the line, no letters, I have my x-tal next to the uP no caps, I use 4 bit connection, with the RW pin grounded (thats why the...
  8. Replies
    18
    Views
    12,232

    Btw. here is a picture of my cfg.

    Btw. here is a picture of my cfg.
  9. Replies
    18
    Views
    12,232

    No, I tried everything, removed the caps, set the...

    No, I tried everything, removed the caps, set the most of the conf. bits to be negative, moved the osc. closer, increased the init delay (though it has worked well with 100 with the same display but...
  10. Replies
    18
    Views
    12,232

    I'm sorry, I know that this is a PIC Basic forum...

    I'm sorry, I know that this is a PIC Basic forum thats why I hadn't posted my code In the first thread. Yes, I have a pullup on MCLR, and LVP is off. Here I have a picture of what my screen shows...
  11. Replies
    18
    Views
    12,232

    I use a 4 Mhz crystal as osc. and I use PORTB as...

    I use a 4 Mhz crystal as osc. and I use PORTB as output, this is what my code looks like, I have included the library for LCD in the txt file:

    LIST p=18F458 ;tell assembler what chip we are using...
  12. Replies
    18
    Views
    12,232

    Problems with 18F458

    Hi everyone, I hope I can get some help on this great forum! =)

    I have recently moved from PIC16F18 to PIC18F458, and I have remade one of my old programs for testing with the new processor. The...
Results 1 to 12 of 12