Good Morning,
I am trying to use a Prolific USB-to-Serial adapter with CodeWarrior (version 5). My processor is an MC6868HC908KX8, and the board programs properly on other computers with serial ports. Unfortunately, I am now using a computer with USB only. CodeWarrior will not recognize COM6 (the USB-to-Serial adapter). I have installed all available patches and updates for both CodeWarrior and the USB-to-Serial adaptor. I have also tried refresh.
Interestingly, this same Prolific USB-to-Serial adapter worked until I changed my hard drive and reinstalled CodeWarrior. COM6 used to appear in the list of COM ports, and I successfully programmed an earlier revision of this board (the revision was extremely minor – jumpers were added).
Any help would be greatly appreciated.
Thank you.
Thank you. Apparently I am not the only one having a problem with USB to serial adapters. It would be nice to know which adapter works properly.
There is something unusual, however, with the way that CodeWarrior (version 5) detects COM ports. I have two known working boards (both can be programmed on other computers with RS232 serial ports). Here are the results of two experiments:
1) I created a new project for the M68DEMO908GB60 board. When I select HC08 Serial Monitor, it successfully detects COM6 on the USB-to-serial adapter and I can program the board.
2) I created a new project for the MC68HC908KX8 board. When I try to download code, it does not detect the USB-to-serial adapter (only COM1 appears in the pulldown menu).
I just ran these two experiments again several minutes ago to confirm the results.
After submitting the last post, I realized the difference between the two devices. Although they both use RS232, the MON08 interface for the KX8 works differently that the serial interface to the GB60, and it will be much more sensitive to timing.
Does anyone have any experience using PCMCIA RS232 cards? It seems that they may be able to handle the timing better.