Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    129
    Views
    138,914

    Re: I2C Slave with a PIC

    In reality the RS232 is designed to connect generally ONLY two devices toghether.

    The RS485 have the capability to manage multiple slave and one master.

    In my project I have one master and I...
  2. Replies
    129
    Views
    138,914

    Re: I2C Slave with a PIC

    Your tips are pushing me towards the RS485.
    The only trouble and not've never used before.

    I am somewhat concerned about the protocol to use.

    You have to give me a hint where to look to select...
  3. Replies
    129
    Views
    138,914

    Re: I2C Slave with a PIC

    If I have correctly understand, the maximum length from the capacitance point of view is around 8 meters, but what shall be the maximum distance for the single ended TTL?

    Leo
  4. Replies
    129
    Views
    138,914

    Re: I2C Salve with a PIC

    Thanks to all of you for your greath wok!

    ... just to avoid to have trouble in future and have a clear view of a new project, I have in plan to use the slave routine on almost 12 PIC of 18F2550...
  5. Replies
    92
    Views
    58,148

    Re: I2C lcd ( arduino ) with PICBASIC, help

    Ciao Ambrogio,

    take a look here ... could help!

    http://www.protonbasic.co.uk/showthread.php/70173-Replace-the-PRINT-command-to-use-I2C-backpack-on-1602-LCD

    Leo
  6. Replies
    53
    Views
    98,364

    Re: PIC USB to VB.NET

    Hi,

    thanks to the suggestion of Henrik Ollson on the thread:

    http://www.picbasic.co.uk/forum/showthread.php?t=17877&p=119740#post119740

    I have substitute the ASM/ENDASM to #CONFIG/#ENDCONFIG...
  7. Replies
    53
    Views
    98,364

    Re: PIC USB to VB.NET

    Hi,

    I have commented all of that:

    ;--- if you un-comment these, you must comment the ones in the .inc file ---
    'ASM ; 18F2550/4550, 8mhz crystal
    ' commented all to run , otherwize some error...
  8. Re: Clarification need about #CONFIG...#ENDCONFIG / asm ...endasm.

    Thanks HenrikOllson

    I have made the modification as you say and "automagically" all woks.

    I will become crazy without your help.

    Thanks again.
  9. Clarification need about #CONFIG...#ENDCONFIG / asm ...endasm.

    Hi

    I'm using MCS 5.0.0.3 & PBP 3.0.6.1 (trial version).

    I have a big doubt about the #CONFIG...#ENDCONFIG

    On the Darrel Taylor USB sample program (USB.pbp) there are:

    ;--- if you...
  10. Replies
    53
    Views
    98,364

    Re: PIC USB to VB.NET

    Hi.

    I have tried to compile the source code that is present on the first page of this thread and I obtain the following error message:



    Error[118] ...
  11. Replies
    1
    Views
    3,917

    Re: PBP3.0.6.1 - USBMOUSE.pbp - compile errors. CLOSED!

    My mistake.

    I do not have see that was set the default to the 16F628.

    I select 18F4550.

    Compile without errors and now the mouse pointer run squarelly.

    Bye
  12. Replies
    1
    Views
    3,917

    PBP3.0.6.1 - USBMOUSE.pbp - compile errors.

    Hi,

    after almost 4 years of absence from this forum I'm back again.

    I have just downloaded the PBP3 (15 day trial) and try to run the "USBMOUSE.pbp".

    I will use the 18F4550 with 20 Mhz...
  13. Is a good way connect more MCLR between them?

    Hi,

    it 's a good thing to use the output of the MAX232 DTR to reset the PIC for the bootloader, and use it for more PIC on the same board?

    At present, each PIC has its own 4.7K pull-up resistor...
  14. Replies
    14
    Views
    16,271

    Hi Henrik, your suggestion is illuminating. ...

    Hi Henrik,

    your suggestion is illuminating.

    I have commented the following statement into the c:\pbp\18F455.inc

    ; __CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L &...
  15. Replies
    14
    Views
    16,271

    Hi Darrel, Many thanks for you help. I...

    Hi Darrel,

    Many thanks for you help.

    I have followed the indication of yor post at:

    http://www.picbasic.co.uk/forum/show...&postcount=198

    but when i compile, I see errors as for the...
  16. Replies
    14
    Views
    16,271

    Hi Darrel many thanks for your answer, but now...

    Hi Darrel

    many thanks for your answer, but now I'm a little bit confused.

    If I have correctly understand, USBdemo cannot be compiled vith PBP 2.60? :(

    Also I do not know if I'm using the...
  17. Replies
    14
    Views
    16,271

    Hi Joe, the "D" is a partition of the main...

    Hi Joe,

    the "D" is a partition of the main hard disk. No CD are used.

    I have copied into the source directory the following file:

    pbppic18.lib
    18F4550.bal
    PBPUSB18.LIB
  18. Replies
    14
    Views
    16,271

    Steve's USBDemo with PBP 2.60 and MPLAB 8.33

    Hi,

    I have preferred to open a new tread about the USBDemo of Mister_E in order to have a clear start condition using the last release of PBP and the MPLAB.

    I have downloaded from
    ...
  19. Replies
    43
    Views
    82,961

    Hi Dave, I need help about the SPI interface...

    Hi Dave,

    I need help about the SPI interface because I never used before.

    Looking at the tread is difficult to understand the way to send data to the RFM12. I would understand clearly the PBP...
  20. Replies
    43
    Views
    82,961

    Hi davewanna at the end; what about your...

    Hi davewanna

    at the end; what about your project.

    Are you satisfied about the RFM12.

    I have just ordered some of that modules to make some RF trial; as I'm a novice in RF and SPI...
  21. Replies
    2
    Views
    6,214

    Hi problem solved. I have swapped SDA with...

    Hi

    problem solved. I have swapped SDA with SCL. Now work perfectly.

    Thanks skimask for your suggestion.

    Ciao

    Leo
  22. Replies
    2
    Views
    6,214

    Pcf8574 & 16f877

    Hi to all.

    I need to use the PCF8574 to increase the number of I/O pins. I have e trouble to work with it.

    I use:

    SCL var PORTC.3 ' Clock pin pull up 4.7K
    SDA ...
  23. Replies
    12
    Views
    11,114

    Sorry for delay to upload the code. Also I...

    Sorry for delay to upload the code.

    Also I have upload tree screenshot of a digital oscilloscope to better explain what happens.

    Channel B show the incomin IR signal and channel A should show...
  24. Replies
    12
    Views
    11,114

    Hi mackrackit, the statement is correct, I...

    Hi mackrackit,

    the statement is correct, I read the "down" time of the signal, ad the value returned by PULSIN is correct and into the value that I aspect.

    I do not see the pulse in phase with...
  25. Replies
    12
    Views
    11,114

    Better understanding PULSIN

    I would better understand how work PULSIN statement.

    I'm using PULSIN of PICBASIC PRO rel 4.47 on a 16F877 at 20 Mhz for decode IR from remote, using Sony format.

    In order to better understand,...
Results 1 to 25 of 37
Page 1 of 2 1 2