Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    4,533

    Olimex PIC-GSM - any experience?

    Hi,

    I'm about to start playing with some GSM code, and I found this:

    https://www.olimex.com/Products/PIC/Development/PIC-GSM/

    Now, I may be biting off more than I can chew here, since the...
  2. Replies
    9
    Views
    5,718

    Re: 18f4550 running slow?

    Well, that's poor form on my behalf, as I'm not sure!

    I was changing them in mplab, trying every combination [or so I though], but not keeping track, which is a 'random' approach to solving a...
  3. Replies
    9
    Views
    5,718

    Re: 18f4550 running slow?

    I stand corrected. MELabs did reply [thanks Darrel], and the mail somehow found its way into my spam folder?

    By way of an apology, sorry if it sounded like I was complaining. I most certainly was...
  4. Replies
    9
    Views
    5,718

    Re: 18f4550 running slow?

    No, the code runs much more slowly without changing anything at all, save swapping the connections to the 40-pin 4550, of course. Everything points to the DEFINE OSC directive.

    I've written a...
  5. Replies
    9
    Views
    5,718

    Re: 18f4550 running slow?

    Hi. Thanks for the reply.

    I found your post in a search on here, after I posted mine. I've tried every combination of fuse settings you can imagine[!], to no avail. If IESO is 0 then the code...
  6. Replies
    9
    Views
    5,718

    18f4550 running slow?

    Hi,

    I recently upgraded to the latest version of pbp3, and it came with mplab 8.85. I'm using these with an ICD2, and the latest versions at first seemed to be less 'buggy' [I used to get spurious...
  7. Replies
    1
    Views
    1,953

    18f4550 running slow?

    Hi,

    I recently upgraded to the latest version of pbp3, and it came with mplab 8.85. I'm using these with an ICD2, and the latest versions at first seemed to be less 'buggy' [I used to get spurious...
  8. Replies
    14
    Views
    8,870

    Re: button press AND hserout issues?!

    The whole code is above! It was just a few lines before things started going awry...

    For everybody's info (and thanking you all again for your input), I transferred over to a 18F4550, which is...
  9. Replies
    14
    Views
    8,870

    Re: button press AND hserout issues?!

    Thanks for taking time out to consider this, guys!

    I tried the code example, and no go. Funny thing is, Henrik, I wrote some inline assembly, which didn't work UNLESS I included a 'dummy' call to...
  10. Replies
    14
    Views
    8,870

    Re: button press AND hserout issues?!

    Did this:

    define OSC 20

    DEFINE HSER_TXSTA 24H
    DEFINE HSER_BAUD 31250

    main:

    CMCON = 7
  11. Replies
    14
    Views
    8,870

    Re: button press AND hserout issues?!

    The porta.0 was a typo in my message - the code was exact. This works, every time, and doesn't skip a beat:


    define OSC 20

    DEFINE HSER_TXSTA 24H
    DEFINE HSER_BAUD 31250

    main:
  12. Replies
    14
    Views
    8,870

    Re: button press AND hserout issues?!

    Yes, I didn't want to waste space by showing my initialisation code, but:

    CMCON = 7

    and to isolate the one switch for testing:

    TRISA = %00000010
  13. Replies
    14
    Views
    8,870

    button press AND hserout issues?!

    So... I dug out my ICD2 and selection of pics, to build myself a MIDI foot controller. Not having played with MIDI before, I set up a 16f628a, and tried the following:

    DEFINE HSER_TXSTA 24H...
  14. Replies
    5
    Views
    3,308

    Hey, thanks for the encouraging words! I FEEL...

    Hey, thanks for the encouraging words!

    I FEEL lazy but, when I'm up at 4am for the n_th night in a row, I guess I'm either doing SOME work, or I'm obsessed ! [probably a bit of both].

    Like your...
  15. Replies
    5
    Views
    3,308

    Ok, here's what I have learned [it's by no means...

    Ok, here's what I have learned [it's by no means authoritative but it works]...

    I haven't drawn a circuit diagram yet, as it's still on the breadboard.

    The 18F2550 has a 20mhz oscillator. The...
  16. Replies
    5
    Views
    3,308

    Better Documentation?

    Hi,

    I've been having a few problems with implementing USB on a 18F2550 and, judging by the zero replies to my previous posts, it seems that I'm not alone.

    Could this be down to the sparse...
  17. Replies
    0
    Views
    2,775

    18f2550 'access is denied' USB error?

    Hi,

    After MUCH browsing, and scouring of documentation regarding USB on a 18F2550 and attempting to use EASYHID to communicate, I have finally found a tool that scans for the vendorID and...
  18. Replies
    0
    Views
    2,567

    EasyHid and 18F2550 - why? what? how?

    Hi,

    I have a 18F2550 talking to windows with no apparent problems [see attached screendump].

    Easyhid generated the code, and I made what I believed to be the relevant changes [minor ones at...
  19. Replies
    2
    Views
    3,202

    Sir, you are a star! It works, and I thank...

    Sir, you are a star!

    It works, and I thank you!

    Giulio
  20. Replies
    2
    Views
    3,202

    ICD2 18F2550 MPASM7.50 - Aargh!

    Greetings...

    I finally bit the bullet and upgraded from a Picstart Plus to an ICD2. Had to upgrade MPASM as well, because I want to program a 18F2550.

    It's all gone horribly wrong... What used...
  21. Replies
    2
    Views
    2,738

    Aha! Good tip. Wasn't aware of the PBP defaults....

    Aha! Good tip. Wasn't aware of the PBP defaults. Will try. Thanks for the reply!

    Giulio
  22. Replies
    2
    Views
    2,738

    PBP and assembler mixing - weird goings-on?

    Hi,

    I've been dabbling with mixing some asssembler with PBP and can't understand why the following is happening... Consider this code:

    ;-------------------------------
    VAR BYTE loop

    main: ...
  23. Replies
    4
    Views
    5,799

    Thanks again for the tips. Time to bend the...

    Thanks again for the tips.

    Time to bend the credit card, methinks...


    Giulio
  24. Replies
    4
    Views
    5,799

    Thanks for the reply. I have a little test...

    Thanks for the reply.

    I have a little test setup on breadboard with a MAX233 talking to a 16f628 so that I can use the Microcode Studio ICD, which works a treat.

    The 16f628 doesn't support a...
  25. Replies
    4
    Views
    5,799

    Aargh! picstart plus and 18f2550

    Anybody having the same problem?

    I've just upgraded my picstart plus and downloaded the 4.3 firmware, which is apparently the current version.

    How comes the 18f2550 is not supported, even...
Results 1 to 25 of 27
Page 1 of 2 1 2