Shop OBEX P1 Docs P2 Docs Learn Events
No propeller chip found on any serial port — Parallax Forums

No propeller chip found on any serial port

youngdaveyoungdave Posts: 70
edited 2009-08-26 06:27 in Propeller 1
I get the following message:
'No propeller chip found on any serial port'

trying to run Hello FullDuplexSerialPlus1.3
Propeller on COM8
Parallax serial terminal set to COM8, 115200baud

any suggestions?

TIA David Young

Comments

  • SRLMSRLM Posts: 5,045
    edited 2009-08-24 06:29
    Check your power. Make sure that the Propeller is receiving it. Make sure that the serial terminal is disabled while trying to download.
  • Brian CarpenterBrian Carpenter Posts: 728
    edited 2009-08-24 06:34
    Are you using the Parallax Terminal or hyperterm? You have to disconnect first. and then program.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    It's Only A Stupid Question If You Have Not Googled It First!!
  • youngdaveyoungdave Posts: 70
    edited 2009-08-24 08:09
    OK. so Parallax Serial Terminal must be disabled when F10/F11 is pressed, and then as fast as you possibly can, you page over to Parallax Serial Terminal and click Enable. Surely there's an easier way than this. if its a short program, you might not get to Parallax Serial Terminal in time!
    TIA David Young
  • SRLMSRLM Posts: 5,045
    edited 2009-08-24 15:09
    Sure. Add a six second delay in your code. That's just the right amount of time to download, find the terminal, and click enable.

    waitnct((clkfreq*6)+cnt)
    
  • youngdaveyoungdave Posts: 70
    edited 2009-08-26 06:27
    Thanks very much.
    David Young
Sign In or Register to comment.