Shop OBEX P1 Docs P2 Docs Learn Events
prop and pic — Parallax Forums

prop and pic

phillip vphillip v Posts: 48
edited 2008-01-25 18:21 in Propeller 1
has any one on hear ben abule to get the prop and the pic to talk to each other???? would it be do abule useing FullDuplexSerial????

Comments

  • LeonLeon Posts: 7,620
    edited 2008-01-25 13:54
    SPI would probably be easiest. I've had a PIC communicating with several AVRs using hardware SPI on the PIC and software SPI on the AVRs. It shouldn't be difficult with the SPI code in the Object Exchange.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle

    Post Edited (Leon) : 1/25/2008 6:08:55 PM GMT
  • phillip vphillip v Posts: 48
    edited 2008-01-25 14:08
    thanks Leon... what I wanting to do was hook my hydra to a pic Ethernet microcontroller andI would realy like to keep the hydras spi open for other things "like the sd max" so I was hopeing I could use the hydras hydra-net full duplex serial to hook to 2 togather....
  • phillip vphillip v Posts: 48
    edited 2008-01-25 14:10
    dose anyone know whare I can finde a pic forums???
  • Paul Sr.Paul Sr. Posts: 435
    edited 2008-01-25 14:29
    Lots of good stuff here www.electro-tech-online.com/
  • phillip vphillip v Posts: 48
    edited 2008-01-25 14:32
    Paul Sr. said...
    Lots of good stuff here www.electro-tech-online.com/
    thanks.....
  • Erik FriesenErik Friesen Posts: 1,071
    edited 2008-01-25 16:04
    I think I would use the pic16f688 or something with a built in serial rx/tx. I have two pics talking to each other with the baud rate set the same using the built in serial. I think you could get the serial prop programs to interface with a little work. I haven´t had the chance to try talking to the prop yet though.
  • phillip vphillip v Posts: 48
    edited 2008-01-25 16:35
    I see, it may take more than 1 pic chip to do what I want to do.... I going to keep researching this to see if I can get my hydra online this way.....
  • HarleyHarley Posts: 997
    edited 2008-01-25 16:41
    phillip v,

    I have a project that interfaces a Prop and a PIC16F871. PIC runs on 5v, Prop on 3.3v, so have a series resistor in Prop rx line. Running at 35714 baud; PIC has 5 MHz resonator.
    Works fine; been running about a year with it now. No RS232 IC. yeah.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Harley Shanko
  • phillip vphillip v Posts: 48
    edited 2008-01-25 16:45
    Harley said...
    phillip v,

    I have a project that interfaces a Prop and a PIC16F871. PIC runs on 5v, Prop on 3.3v, so have a series resistor in Prop rx line. Running at 35714 baud; PIC has 5 MHz resonator.
    Works fine; been running about a year with it now. No RS232 IC. yeah.gif

    whare can I finde info on your project???? I'de love to see and learn more about itlol.gif

    Post Edited (phillip v) : 1/25/2008 5:03:30 PM GMT
  • HarleyHarley Posts: 997
    edited 2008-01-25 17:04
    phillip v,

    I've communicated some info to you off-forum via PM.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Harley Shanko
  • LeonLeon Posts: 7,620
    edited 2008-01-25 18:06
    Best PIC forums are the official Microchip ones.

    Leon

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Amateur radio callsign: G1HSM
    Suzuki SV1000S motorcycle
  • phillip vphillip v Posts: 48
    edited 2008-01-25 18:21
    thanks guys, for all your help....
    I think if I post anything more on this it will be in the HYDRA FORUM...

    Post Edited (phillip v) : 1/25/2008 8:29:17 PM GMT
Sign In or Register to comment.