Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    No, nothing back. I did try a few times but no joy.
    Suggest you might try what worked for me....
    open a new file in PBP3, hand type the lines needed to get Serout working and then paste in the...
  2. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    Yes, it was set to lowercase.
    I set it to Default.

    Looked through the code but could not see anything untoward.
    Even pressed Enter at the end of each line in case there was some characters to...
  3. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    OK, some developments and clarity on what is going on.....

    I worked out that I updated to MCSP 5.0.0.5 a year after my purchased upgrade period had expired, so thought it may be related to doing...
  4. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    OK, something interesting....

    I opened a new tab in MCSP and physically typed the following (shown as it appeared in MCSP):-

    define OSC 8
    include "modedefs.bas"

    #CONFIG
    __config _HS_OSC...
  5. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    LinkMTech, when I type in "DEFINE" in uppercase it is converted to lowercase in MCSP.
    Same is true for INCLUDE and for #ENDCONFIG - these are also converted to lowercase automatically by MCSP.
    Note...
  6. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    AvionicsMaster1 - yes, only changed the CONFIG part.
    Does not matter if I delete the #CONFIG part from the code and set OSC=HS in the programmer... same result.
    I tried indent, just now, with TAB...
  7. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    Thanks, __CONFIG line was indented:-
    In one test I copied the example from the 16F876A.INFO file and only changed XT to HS.
    I have even removed the the #CONFIG/#ENDCONFIG completely and set the...
  8. Replies
    19
    Views
    12,025

    Re: Problem with SEROUT after compiling with PBP3

    Robert,
    Yes, voltage is stable.
    Yes, definitely selected 16F876A.
    Tried it with only _HS_OSC (am using a 8MHz crystal and Define OSC 8) and all other config items set to OFF ... no joy.
    Tried...
  9. Replies
    19
    Views
    12,025

    Problem with SEROUT after compiling with PBP3

    Help needed.
    I have a display unit with a program created originally with PBP 2.5 that has been working correctly for many years.
    The unit uses a 16F876A and has a USB interface that sends ASCII to...
  10. Replies
    1
    Views
    3,513

    Problem resolved.

    Support at Mechanique solved my problem...trap for young player ... had one of the Tx Rx ports set in the wrong direction (was TRIS'ed as an o/p when it needs to be and i/p). Thought that compiling...
  11. Replies
    1
    Views
    3,513

    Problems with MicroCode Studio ICD

    Hello, I am using PBP(latest version) and Microcode Studio Plus.
    Got the ICD function working for the first time last night but had the following problems.....any suggestions ?

    When the code...
  12. Replies
    4
    Views
    5,623

    PORTA prob as well... surprising solution

    I developed a pulse reader application on a 16F84A.. worked well.
    Needed the Timer1 function and compiled the code to a 16F628.
    Setup the ports as follows:-
    'Setup the hardware, define i/p and o/p...
  13. Replies
    3
    Views
    3,015

    Thanks for the advice

    Hendrik, thanks for the speedy advice.
    Looks like what I need to do to make my implementation work.
    I will go to the F628 as you suggest.
    I am new to this (PICs and PBP) and just learned heaps...
  14. Replies
    3
    Views
    3,015

    Pulse generation help required

    Hello, I need to generate a 16mS pulse (16F84A).

    Only issue is that I need to do that whilst reading a whole bunch of input signals. If I use Pause or Pulseout the processor does not do anything...
Results 1 to 14 of 14