COM Ports
JLampe
Posts: 7
How do I get a com Port to work every time I try to set one it just tells me no com Port I have even downloaded the driver and stell no luck.
Comments
Can you provide some additional details? Which development board and STAMP are you using? Are you communicating via RS232 or USB?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
························ Craig Eid
··········· Triad Research and Development
Electical Engineering Design and Consulting Services
··················· www.TriadRD.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike2545
This message sent to you on 100% recycled electrons.
The PORT directive is one that we use sparingly; just because it's easy to get mixed up and wonder why the program, which works perfectly on another COM port, is not working anymore. The BASIC Stamp Editor will not download to any other com port than the one specified. However, it is handy if you are programming various controllers at once and do not want to over write a, existing program. Either way, from within the BASIC Stamp Editor navigate the following: Directive => Port => COM NUMBER. Once you have selected the COM PORT, it will show the new directive under the BASIC Stamp and PBASIC directives.
Is this what you mean?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
Are you using the Parallax USB converter? with the proper downloadable driver? using the installation utility on the Parallax website?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·
a USB-232 adapter will change com numbers if you plug it into a different USB port.
@JLampe
It would help if you described your computers OS and hardware such as USB adapter if used.
Did you check your system hardware to make sure the OS sees the comport. If it does what port number was assigned to it? Tell the BS editor to use that port. If this is not help make sure that no other software is using that port. (Don't really think that is the case). Then make sure that you are feeding the BS with a good power source. -You should be able to click the ID button at the top to allow the software to check out all comports. It is also possible that the USB-RS232 Adapter is just not compatible with the software or Hardware. I have ran into that several times when trying to connect a TNC and Weather station to one computer that had only one serial port and the USB-rs-232 adapter. I would swap the two around and everything would work when before the one on the USB wouldn't.
Anyway good luck and I hope it works for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen