Questions tagged [port]
A port is a physical interface for a computing device to other devices. They are often realized as a single pin or a set of pins and can be operated in different modes.
168 questions
0
votes
1
answer
70
views
ESP32 S3 N16R8 custom board USB Port is not detecting
I am having a rough day because I made a custom board using the ESP32 S3 N16R8, but when I tested it, its USB-C port is not recognized by my laptop.
I am trying to troubleshoot an ESP32. The 3V3 pin ...
3
votes
2
answers
507
views
How to secure mechanical connection of the PCB port is this case?
I have a PCB port for UART communication which is a male 6 pin header as shown below:
After mounting the PCB in an enclosure I use the following USB to TTL serial cable:
The serial cable's female ...
0
votes
0
answers
52
views
Two port network model of common emitter amplifier
Why are transistors in the common emitter configuration modeled as two port networks despite the fact that they violate the port condition? Am I missing something?
0
votes
1
answer
77
views
PIC32MX270F256D MIPS assembler code read to port value
I'm trying to display the port value using the Arduino IDE serial monitor, but it seems to jump around between some values, pressing a button or not.
it seems steady when no button is pressed, but ...
2
votes
1
answer
82
views
What are the functions for the components in this expression pedal port circuit?
This is the design that the Roland A49 MIDI controller uses:
Here is the design I would use if I hadn't seen Roland's design:
What is the function of the extra components?
My thoughts:
The 1k ...
0
votes
1
answer
61
views
Rewiring USB Type B to MIDI
I am beginning work on building a MIDI VPO organ in my spare time. I have found some MIDI controllers online, I have not bought them yet, that I plan on gutting and repurposing for this project. ...
2
votes
2
answers
667
views
Replacing USB-C socket on a keyboard
I decided to fix some of my stuff that has broken USB-C ports. (why are they so fragile!) I've removed the old sockets and cleaned the pads, but when the old sockets were damaged (by simply inserting ...
3
votes
4
answers
1k
views
Confusion with the meaning of virtual com port
As far as I read, plugging a USB mouse into a PC is not creating a virtual port; but plugging a serial to USB converter does.
This is very confusing for me since from PC operating system's point of ...
0
votes
1
answer
85
views
Shape of signals in PORTB of PIC after executing code
I am trying to understand how in this document the signals in PORTB.0, PORTB.1 and PORTB.2 are drawn.
According to the code, there is an infinite loop and we are every time adding 10 (in binary), so ...
0
votes
1
answer
914
views
Utilizing Multiple USB 3.0 Ports for USB-C DisplayPort Alt Mode
I'm currently exploring the possibility of leveraging multiple USB 3.0 ports to collectively emulate USB-C DisplayPort Alt Mode for connecting an external monitor.
Is it technically feasible to ...
0
votes
1
answer
844
views
Polarity negative or positive on DC barrel jack?
I have a DC port, can I make it positive or negative inside?
0
votes
1
answer
96
views
ATmega - reading PIN defined as PORT
What value reads the ATmega328 in case:
DDRA = 0xff;
PORTA = 0x00;
pin_state = PINA;
another words, what is state of PIN if I/O is defined as output PORT and all ...
0
votes
2
answers
269
views
What is the reason that this RJ11 cable can't be connected to this socket? [closed]
I connect one end of this RJ11 to my router's WAN port, and I connect the other end of it to a 3-pin plug, and I connect that 3-pin plug to the phone jack, but when I try to connect the RJ11 cable to ...
1
vote
1
answer
581
views
Can a ESP32 and PCF8575 IO port Expander drive a IRLR7843 MOSFET directly with a 6A Load?
I posted earlier about using BUZ11 Mosfets in my project and driving them with a CA3081 NPN transistor array. But as I need 24 Mosfets, the circuit parts count is still too high.
I have researched ...
0
votes
0
answers
835
views
Altium: Duplicated instances of sheet symbols to create single PCB room
I'm wondering if the following is possible in Altium: To make my schematic easier to follow, I want to break up my sheet symbols into several different ones in the top level schematic, while not ...