Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    It was 64MHz at 115,200 with a checksum that always balanced.

    I can't explain it but it worked. But I'm going to do intensive testing soonday and report back here.

    Robert
  2. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    Weird, nothing unusual came up when I was doing my tests back then; no bytes lost, no data loss. I'm going to have to test this with a higher volume of data transfer and add the polling of TXIF as...
  3. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    Nope, not my video. That's Jose's and he uses transistors. I preferred a software solution, no extra parts involved.

    All Slaves keep their TX line disabled until they are spoken to by the Master...
  4. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    Sorry for the delayed reply to Wilton.

    Yes, a MAX232 chip on each PIC will work. It will also improve reliability over long distances (can't remember if this was from a Microchip datasheet of...
  5. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    I needed 115200 at 48mhz, not sure diodes could handle it. Switching coms in software doesn't add hardware limitations.
  6. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    How fast a baud rate do you think this can handle?
  7. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    Can't comment on the diodes, but disabling USART also turns off receive. That's why I disabled only transmit.
  8. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    I have only 1 slave enable the TX line at one time:
    http://www.picbasic.co.uk/forum/showthread.php?t=17282&p=116809#post116809

    Robert
  9. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    This post is for the next guy that tries to do this. A few things I learned:

    - you can put a basic MAX232 on the TX and RX lines and "watch" what is being sent around your network.
    - 4K7 pull-up...
  10. Replies
    41
    Views
    46,489

    Re: Multiple PICs on usart network

    Thank you.

    Your replies sent me on search for "rs232 multidrop" and that gave important note.

    "One Master PIC can talk to multiple slaves, but only 1 slave can connect back to Master RX."

    I...
  11. Replies
    41
    Views
    46,489

    Multiple PICs on usart network

    Hi,

    This is what my circuit looks like:

    6709


    - The 18F4550 sends 1 byte to the slaves on Master TX line.
    - Both slaves receive the byte properly.
    - 1st slave replies successfully with...
Results 1 to 11 of 11