Using USB multilink as a std usb connection?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using USB multilink as a std usb connection?

1,187 Views
ad777
Contributor I
Hello,

I'm quite new and unfamiliar with programming onto microcontrollers, but I was wondering if it is possible to use the USB multilink to send/receive usable data in our codewarrior code between the board and a computer?   Or would the best way of doing this be through the UART connection?

Also, any tips on how to start off trying code various tasks onto a coldfire board?  Any good manuals out there?

Thanks
Labels (1)
0 Kudos
1 Reply

306 Views
J2MEJediMaster
Specialist I
Now is the time to gently remind people that when making a post, please mention the version of CodeWarrrior that you're using (not the IDE version number, the product version number) and the target MCU in the subject line.

Now with that out of the way, let's try to give you an answer. Most CW tools support console I/O which you can use to route input and output over the USB cable to the program. Check the manuals on console I/O before trying this. Also, note that if you can do it, it's going to add a lot of overhead. If your ultimate program design will be using the serial port for commuications you might be better off by using it from the beginning. There are a number of example programs with source code in the CodeWarrior directory. These can be found under the (CodeWarrior Examples) directory. Try building these examples first to get familiar with how CodeWarrior works and its limitations.

---Tom

0 Kudos