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
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
Comment