Which USB-COM port?
Larry C.
Posts: 48
What determines the COM: port seen by the host computer when using FullDuplexSerial.spin to send ASCII strings via the USB adapter?
I have two Prop development boards, one USB version and one using the Prop Plug. Hyperterminal runs on my computer, as my user interface to pass data and commands to and from the Propeller board. (The boards are used independently, not simultaneously.) They come up as different serial ports.
The Prop Plug board looks like COM3 to the PC, but the USB board looks like COM4. What's that all about? and is there any way I can pin it down so both boards present the same interface? Or is that just built in to the chip in the USB-to-serial converter?
Thanks
I have two Prop development boards, one USB version and one using the Prop Plug. Hyperterminal runs on my computer, as my user interface to pass data and commands to and from the Propeller board. (The boards are used independently, not simultaneously.) They come up as different serial ports.
The Prop Plug board looks like COM3 to the PC, but the USB board looks like COM4. What's that all about? and is there any way I can pin it down so both boards present the same interface? Or is that just built in to the chip in the USB-to-serial converter?
Thanks
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps:· SixBladeProp, TriBladeProp
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
Phil: Thanks to you also for the info. I wasn't aware of MPROG, but I checked out the manual on the FTDI web site, and it looks pretty easy to use.