Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    222
    Views
    142,892

    Re: USB to USB flash Drive File Copier

    I think the easiest way to get started with this device is to follow this
    http://www.picbasic.co.uk/forum/showthread.php?t=7700
  2. Replies
    222
    Views
    142,892

    I have not tried FIFO and it looks like a waste...

    I have not tried FIFO and it looks like a waste of MCU pins to me.
    Can I ask why you need to use that mode?

    I also looked through the docs I have and did not see anything that would answer your...
  3. Replies
    222
    Views
    142,892

    OPPSS! That should be 2500 mAh

    OPPSS!
    That should be 2500 mAh
  4. Replies
    222
    Views
    142,892

    What is the brand of the NiMH and AH of the...

    What is the brand of the NiMH and AH of the batteries you use?
    The NiMH I use are 1.2 volts at 2500 AH.
  5. Replies
    222
    Views
    142,892

    That is a difficult one to answer. The VDIP...

    That is a difficult one to answer.
    The VDIP requires 5 volts. Four re-chargeable "AA" batteries will give ~4.8 volts, close enough but for how long. Then if someone were to use regular batteries...
  6. Replies
    222
    Views
    142,892

    That should work for the SERIN2. But you will...

    That should work for the SERIN2.
    But you will probably want to get rid of the 2D stuff.
  7. Replies
    222
    Views
    142,892

    Hi newbie, Looks like a good solution.

    Hi newbie,
    Looks like a good solution.
  8. Replies
    222
    Views
    142,892

    I have shown it several times starting in post#8...

    I have shown it several times starting in post#8 of this thread.
  9. Replies
    222
    Views
    142,892

    Sorry, I have not used arrays like that. You may...

    Sorry, I have not used arrays like that.
    You may want to go here
    http://www.picbasic.co.uk/forum/showthread.php?t=12870
  10. Replies
    222
    Views
    142,892

    So you got the new version of PBP? Where did...

    So you got the new version of PBP?

    Where did you get it?
  11. Replies
    222
    Views
    142,892

    If you do not want to post your code and ask...

    If you do not want to post your code and ask about why it does not work I guess there is not much anyone can do to help. You have not even explained exactly what you are trying to do.

    It seems...
  12. Replies
    222
    Views
    142,892

    The best I can do is tell you to start a new...

    The best I can do is tell you to start a new thread about the 2D array problem. I have not tried them myself.

    Be sure to post your code when you start the new thread...
  13. Replies
    222
    Views
    142,892

    This should answer your question...

    This should answer your question
    http://www.picbasic.co.uk/forum/showthread.php?t=12870
  14. Replies
    222
    Views
    142,892

    This line WAITS for a carriage return (CRET) then...

    This line WAITS for a carriage return (CRET) then will take the next 12 character and place then in the array FILE1 or FILE2 and so on.



    The X~ array is just a dummy array to give a place to...
  15. Replies
    222
    Views
    142,892

    Hey, at least you are getting something :) I...

    Hey, at least you are getting something :)

    I do not think newbie ever showed us his last code so I am not sure what you are using. Sounds like a loop problem but to be sure post your current code...
  16. Replies
    222
    Views
    142,892

    If you can not figure it out from what we did...

    If you can not figure it out from what we did with newbie let us know and we will try to figure it out.

    Good luck!
  17. Replies
    222
    Views
    142,892

    COOL :) Glad to have helped. For the LCD...

    COOL :) Glad to have helped.

    For the LCD problem maybe it is the same as newbie was having?
  18. Replies
    222
    Views
    142,892

    So you got it working??? The LED is something...

    So you got it working???

    The LED is something I like to do to see it the PIC is running. A heart beat. . . .

    The HIGH VinRXD is just a little insurance to put the pin in the correct state...
  19. Replies
    222
    Views
    142,892

    Yes, we are going now!!! Connect the VDIP to...

    Yes, we are going now!!!

    Connect the VDIP to the PC with the MAX232 chip like you had when you saw the firmware message.

    Connect the VDIP's input to the same wire you now have connected to the...
  20. Replies
    222
    Views
    142,892

    Ok. You must be setting the configuration bits in...

    Ok. You must be setting the configuration bits in the *inc file.
    Commnt that line and use those settings.

    Fir more of what I am talking about...
  21. Replies
    222
    Views
    142,892

    Looking at your code you have the TX and RX mixed...

    Looking at your code you have the TX and RX mixed up and here
    SEROUT2 VinRXD,84,["hello"]
    VinRXD does not exist.

    Try this code without the VDIP. Connect as shown in the comments.


    @ __config...
  22. Replies
    222
    Views
    142,892

    There is no way that little bit of code would...

    There is no way that little bit of code would make a hex that large.

    The data sheet says the program memory is 7.2K Bytes.

    I really have no idea what you are doing or looking at.

    Can you...
  23. Replies
    222
    Views
    142,892

    I would like to see you test a simple "hello...

    I would like to see you test a simple "hello world" to the PC without the VDIP involved.
    At this point we do not know where the problem is. Need to narrow it down.
  24. Replies
    222
    Views
    142,892

    Darn... Check the pick with a one second blink...

    Darn...

    Check the pick with a one second blink to see if it is running at the expected speed?

    Using a 232 type chip between PIC and PC?

    Post the exact code and configs you are testing with. ...
  25. Replies
    222
    Views
    142,892

    The first thing we need to do is make sure the...

    The first thing we need to do is make sure the PIC is running at the speed you think it is, or know what speed it is running at.

    These USB chips can be confusing ( for me anyways ) when it comes...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4