Using USB multilink as a std usb connection?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using USB multilink as a std usb connection?

1,623件の閲覧回数
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
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

742件の閲覧回数
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 件の賞賛
返信