Popup Terminal misconfigured following program download.

sidglick

New Member
I just Reinstalled PE 6.0.7.3. Following Win 7 committing suicide. Load my program , check project,compiled without errors. Download Program to my 28x2. just fine. Following download the terminal popup to receive the SERTXD data from 28x2. The problem is the terminal wakes up at 7200 baud, pointing to the correct com Port. I can can change the speed and the text shows up correctly. This process continues to happen, even after i save the program file and the Project work space. I checked the com port properties with Device Manager, speed is 9600, Driver is the AXE027 device an seems yo load chip correctly. Here sis the question .how to set the editor ( or whatever) to stop this wrong baud from happening. If I use the terminal icon from the main menu. I opens correctly at 9600 baud. Any Idea's?
 

Technical

Technical Support
Staff member
Check you don't have an incorrect #terminal directive inside your program it should be

#terminal 9600

to get it to open at 9600
 
Top