COM ports in Professional Deevelopment Board
inaki
Posts: 262
I am trying to use a COM port to·send data·from BS to PC.
There are apparently three choices in PDB: the USB COM port, the standard upload COM port and the MAX232 port.
Which is the right way to connect the Stamp to send data to a PC ?
By the way, I have realized that I cannot have both USB and upload/COM port connected at the same time.
If I use USB COM port with a SEROUT 15, would I be able to send data to my PC using the USB COM port ?
In case I use the MAX232 port which would be the right·connections to make ?
Note that I want to send data from the Basic Stamp. Is MAX232 port intented only for the SX part ?
There are apparently three choices in PDB: the USB COM port, the standard upload COM port and the MAX232 port.
Which is the right way to connect the Stamp to send data to a PC ?
By the way, I have realized that I cannot have both USB and upload/COM port connected at the same time.
If I use USB COM port with a SEROUT 15, would I be able to send data to my PC using the USB COM port ?
In case I use the MAX232 port which would be the right·connections to make ?
Note that I want to send data from the Basic Stamp. Is MAX232 port intented only for the SX part ?
Comments
I communicate with both the debug sccreen and Hyper using the DB9 serial connector on the PDB using serout 16................
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Need a bezel for your LCD?
Newzed@aol.com
·
The RS-232 DCE port on the bottom edge of the board can be used by any of the micros, and it allows you to have full control over the port.· Just use 22-guage solid wire to connect between your BASIC Stamp IO pins and the RS-232 port pins.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
By the way, if I use the DCE port, the Parallax cable provided for programing/debugging is not valid, is it ?
I whipped up a very quick demo that you can use while staying in the editor.· Download the program, then open a manual Debug Terminal, select the port you want to talk on and enable hardware flow control by checking DTR and RTS (see graphic).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax