Announcement

Collapse
No announcement yet.

COM port scripting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • COM port scripting

    Hello,

    I have written some scripts for BurnInTest that seem to have been working out. I recently wrote a serial port script that may show a bug in the program.



    The weird thing is that I copied and pasted this line from a working line. The only difference between the two is the speed. The line that worked had a baud rate of 19200 kb/s. The 115200 kb/s setting also receives the same error.

    The parameter I used is copied and pasted from the BurnInTest user manual (page 154) so I'm not sure why it isn't working.

    Any thoughts?

    -------------------

    The previous line sets the COM ports:
    SETSERIALPORTS COM1 none COM4 detect_loop COM5 detect_loop COM6 detect_loop COM7 detect_loop

  • #2
    Thanks for reporting this, it is indeed a bug when the "SPEED" section of the script line is being parsed (the speed is being compared to the min (10) and max (30000) timeout values instead of the value from the "TIMEOUT" setting).

    There should be a new build of BurnInTest ready for release in the next few days that will include a fix for this.

    Comment

    Working...
    X