need help programming sert
Yea .... the usb just loads information in a random way quickly, the serial port loads the information in an order the ecm needs. Now there is a adapter made by Bilkin that will work but I forgot the number...it isn't cheep.
Any by the way, it's Belkin, not Bilkin, and that's a real ignorant explanation from such a wise seer... could you please back your claim up with factual proof, as it is contrary to reality?
 \\;
Regardless of whether it is using a serial cable coupled with a DB9, or a USB-Serial interface from Belkin or Radio Shack or anywhere else, the RTS/CTS signals are clearly still the traffic manager for the communications load... it is anything but random. Furthermore, the datastream is still serialized as it was written in code, and since it is not processed using a random generator algorithm (would make absolutely no sense) it is still a bitstream processed in order based on the FIFO (first in, first out) buffers that are used to hold the data.
 \\;
Roger
Puma, DOC 1 is correct. \\;\\\\\\; I tried the Bilkin and still it would not always work.
Thanks for that, IndyRider. In response to your followup post to me, doesn't look like I need to as you \\;either proved it out yourself or mis-spoke. IF IN FACT YOUR ABOVE STATEMENT IS ACCURATE THEN YOU HAVE PROVEN THAT IT HAS WORKED, AT LEAST ONCE. If it works once, it will work all the time if properly configured... there is \\;no mystery with computers... garbage in, garbage out... they \\;are only a tool and are only as good as the level of proficiency of the user.
 \\;
Thank you for your additional input... have a nice Independence Day.
 \\;
Roger \\;
....
..
..
 \\;  \\;
Not going to play this game with you Roger....you go right ahead and do it your way...that's more than fine with me, sorry to ruffle your tail feathers.
Yesterday I wanted to adjust the timing, my nephew was out of town so I borrowed a friends laptop with XP but had no USB port so I bought an adapter from Radio Shack, now I get the bootloader problem. \\;Judging from experience I think \\;the problem is the adapter. Thanks again Doc
For some reason, the serial adapters like to assign high COM port #'s.. like 8. Some devices that were designed for serial use work better on the original COM 1 through COM 4. Usually, these ports are used by modems and mice. IIRC, COM 1 and 3 share the same IRQ, and COM 2 and 4 share the same IRQ.
For what it is worth, I have an AS in Computer Engineering, and an A+ in Hardware and Software.... not that it matters....
Best thing to do is to buy a used laptop with a serial port to do your SERT work.
 \\;\\\\\\;Interesting trip through serial port communications. \\;\\\\\\;I had some fun communication adventures loading the map into the ECM and found out some things about the SERT software. \\;\\\\\\; As I worked to get the map loaded it became obvious that the software was designed specifically for a good old fashioned serial port, as I had issues when trying to use a USB-to-serial adapter. \\;\\\\\\; I believe this is due to the adapter using software rather than hardware for some functions. \\;\\\\\\;The RS232 serial port found on older laptops and desktops primarily uses IC's and hardware to operate. \\;\\\\\\; This minimizes the load on the PC processor and assures very close timing for the data signals. \\;\\\\\\; The USB-to-serial adapter uses only one IC to translate data from the computer into RS232 signals. \\;\\\\\\; The function of several hardware IC's are "emulated"(simulated) by software that requires the PC processor to handle. \\;\\\\\\; These functions are in the drivers that must be loaded for the adapter to be recognized by the PC. \\;\\\\\\; The big problem with using software to replace the serial port hardware is that the timing of the data signals is not as precise. \\;\\\\\\;RS232 serial ports have some signals to act as "traffic control" to keep the computer from (1) sending data when the receiver is not ready and(2) make the computer send data immediately upon demand by the receiver. When the old hardware is used this happens very quickly and smoothly, but a lot of USB-to-serial adapters show delayed reactions to this "handshaking". \\;\\\\\\; I tested three different types of USB-to-serial adapters and found significant delays in the handshaking. \\;\\\\\\; Referring back to some old texts, the delays were exceeding the specification for RS232 communications. I expect that for most equipment these delays are no problem, but when programming the ECM it becomes very important. \\;\\\\\\;I expect that the guys who wrote the upload program for the SERT are using the serial port handshaking to ensure that the data reaches the ECM in a precisely timed order. \\;\\\\\\; When a USB-to-serial adapter is used that exhibits poor handshaking timing the program kicks out the bootloader error. This prevents the SERT from trying to load a map when it knows something is wrong with the interface. \\;\\\\\\; Incorrectly loading a map to the ECM could be disastrous, so I'm happy that the programmers went the extra mile to be sure the upload doesn't occur unless everything is working right. \\;\\\\\\;For myself, I had to use a desktop computer with a hardware serial port to load the map successfully. \\;\\\\\\;  \\;\\\\\\;








