Questions tagged [usb]

Universal Serial Bus; an interface standard for connecting computers and electronic devices for communication and charging.

It was released in 1996, and is being currently maintained by the USB Implementors Forum (USB IF). It has three generations, USB 1.x, USB 2 and USB 3. An USB 4 is predicted to middle 2019.

It is a master-slave protocol, supports plug & play, has transfer rate control and supports also power transfer.

25 questions
14
votes
2 answers

What is a printer console/terminal?

I read that G-code commands can be sent through a console/terminal over USB. What is a console/terminal and how do you use that?
0scar
  • 35,554
  • 12
  • 65
  • 151
4
votes
3 answers

Help installing my Anet A8 printer to my computer

I am a complete noob when it comes to the 3d printing world. I just finished assembling my printer and I plug it into my computer with the included usb cable and nothing happens. My computer does recognize the printer being plugged in but it just…
Josh R.
  • 53
  • 1
  • 1
  • 5
4
votes
3 answers

Can't control printer via USB

I've recently purchased a Makerbot Replicator Dual clone made by CTC. I'm in the process of upgrading/adding a few parts to it, but noticed that I can't control or print via USB. The machine prints perfectly from an SD card and I can see information…
AvieRose
  • 143
  • 6
3
votes
2 answers

Error when trying to upload firmware to cr-10

I've been having trouble uploading the TH3DUF_R2 firmware to my CR-10. I've already successfully flashed the bootloader using my Arduino, but when I try to upload the bootloader I get this error: avrdude: ser_open(): can't set com-state for…
Rhezner
  • 31
  • 2
3
votes
1 answer

Can I use external stepper motor power and USB connection

I have a RAMPS 1.4 with Arduino Mega 2560 with 2 steppers connected to an external power supply using Polulo stepper drivers. The steppers are for X and Y axis movement. This external power supply is set to 12 volts and power is applied. I have…
3
votes
2 answers

Sending G-code commands to Hyrel System 30M using python

I am using python 3.6 with pySerial library to connect to the Hyrel System 30M 3D Printer. I am able to read the data from the device but unable to write any commands to it Here is the code: ser = serial.Serial() ser.port = 'COM4' …
2
votes
0 answers

MKS GEN L looks dead

In an attempt to upgrade my Ender 3 to TMC2208, I bought an MKS GENL 1.0 board from Banggood, but it doesn't get recognized from the Windows Device Manager at all: no COM port, no "Unknown Device", no beep when connected/disconnected via USB. I have…
2
votes
1 answer

Controlling a 3D printer with another Arduino device over serial

If this is a silly question I apologize but I am trying to establish a serial connection between a 3D printer (Ender 3) and an Arduino Nano over the USB port. I am able to connect the 3D printer to a serial monitor on my PC and send G-code to it…
2
votes
1 answer

How to set up USB camera for Octoprint on Debian system

I installed OctoPrint on my nettop (Foxconn NT-330) to control custom-built Delta printer. I also have generic USB endoscope-type camera attached to the nettop. Basic setup went well, printer is visible and controllable by OctoPrint server. USB…
Mikhail Z
  • 878
  • 6
  • 13
2
votes
3 answers

I can not really connect successfully to my printer via USB

I have a Tronxy P802M (very similar to the Anet A8, but using a Melzi2.0V5 board) that seems to work fine (I just finished building, and axes movement and the integrated display work) but when I try to connect to the printer from my Simplify3D on…
brandstaetter
  • 131
  • 1
  • 7
2
votes
0 answers

'Ask' printer for printing status

I'm using Artillery Hornet printer running Marlin firmware. Is there a way to ask/query printer status via its USB/Serial interface? Without OctoPrint, etc. Example (something like this): Arduino: Hey are you done printing? Printer: Not yet This…
iqfareez
  • 121
  • 2
2
votes
1 answer

Elegoo Mars 3 Pro USB drive formatting?

I recently ran into some issues where my Mac (macOS 12.6) was no longer recognizing the USB drive that came with my Elegoo Mars 3 Pro. The printer also wouldn't recognize the drive, so I used Disk Utility to reformat the drive to MS-DOS (FAT).…
Josh Buhler
  • 141
  • 1
  • 5
1
vote
1 answer

Is there a way to send a thumbnail to the printer LCD screen when printing over USB from OctoPrint?

I'm using Cura Thumbnails using a plugin in Cura 5.5. Also, I use the Marlin-based mriscoc firmware on a Creality Ender 3 V2 with OctoPrint using OctoPi on a Raspberry Pi 4. The firmware supposedly supports Thumbnail's preview when printed from an…
Bob Ortiz
  • 1,053
  • 1
  • 3
  • 29
1
vote
1 answer

What causes no display and no USB connection on my Anycubic Chiron?

I have an Anycubic Chiron with a Trigorilla controller board with a chip labeled ATmega2560 16U TW 355e3f 1833amw - However I could not find a link to the board, and there is no more info than Trigorilla on it. The power supply seems to work fine -…
1
vote
3 answers

Want to connect Makerbot Replicator+ to Mac and several to USB hub

I am at a school with several Makerbot Replicator+ – a total of 9 of them. So, they seem to print fine and I can hook up to two of them to one laptop (they are some Lenovo models from a few years back) using Makerbot Print. Well and good. But I…
Jesse
  • 141
  • 4
1
2