Go | New | Find | Notify | Tools | Reply |
Member |
I've got a Dell e6420 laptop running Windows 10 Office. A piece of software I'm using needs a COM port to communicate with my 3d printer, but I can't find one on the computer. Looking at Device Manager I see an LPT port, but no COM. I appreciate any advice/knowledge you can impart. | ||
|
Member |
What kind of cord came with your 3D printer? Most these days are USB. _________________________________________________________________________ “A man’s treatment of a dog is no indication of the man’s nature, but his treatment of a cat is. It is the crucial test. None but the humane treat a cat well.” -- Mark Twain, 1902 | |||
|
Member |
COM = serial communication. 3D printer is likely using COM over USB (cheap 16bit microcontroller, like arduino). Sounds like you're not to the 'computer talking to 3D printer' stage yet. Once it's connected & drivers are installed, it will show up as COM# (where # = 1, 2, 3, etc) and you'll set that COM port in the communication software. I have a home built 3D printer with an arduino as the brain & IIRC, it took a bit of fussing to get the right driver installed. It's been many beers since I set it up, so I don't remember exactly - more details on your setup might jog my memory. | |||
|
Member |
The link between computer and printer is a USB cable. I'm using the Arduino IDE to edit Marlin printer control software, and the problem comes up when I try to flash the printer firmware. Arduino asks for a COM port and I can't find one on the laptop. It works no problem with my desktop, so I'd guess the printer isn't the issue. | |||
|
The One True IcePick |
Do you have the USB/COM drivers for arduino board installed on the desktop? | |||
|
Member |
Comm ports were taken off laptops years ago. Does your printer have an actual serial port? It would have 9 pins. https://en.wikipedia.org/wiki/Serial_port If it does you would need a USB to serial port cable. About $10 on Amazon, then load the drivers. If not you will need other driver software to make the emulation. Here is a free one https://freevirtualserialports.com/ I have not tried it, my cable came its own drivers. | |||
|
Member |
Check the correct drivers for the Arduino chipset - Device Manager. In Device Manager, you will find the COM port number under ports. And will be displayed something like USB serial port (COM4). From Arduino IDE go to File/Preferences. Look for the path to the preferences.txt file. Close Arduino Open the preferences.txt file. edit serial.port = COMx Launch Arduino again. Look at Tools/Port, COM port is now listed. We are all born ignorant, but one must work hard to remain stupid." ~ Benjamin Franklin. "If anyone in this country doesn't minimise their tax, they want their head read, because as a government, you are not spending it that well, that we should be donating extra...: Kerry Packer SIGForum: the island of reality in an ocean of diarrhoea. | |||
|
quarter MOA visionary |
| |||
|
Member |
Problem solved! After installing the printer in the Control Panel and checking for drivers, all is well (expected it to be plug and play, I guess). Almost goes without saying that this group is awesome. Thanks again. | |||
|
Member |
good luck with the 3d printing rabbit hole..... | |||
|
Powered by Social Strata |
Please Wait. Your request is being processed... |