By lowering the Port Settings 1 click at a time it may be able to stop constant disconnections
FIFO and LIFO (first-in, first-out and last-in, first-out)
Also see named pipe (somtimes referred to as a "fifo"). In computer programming, FIFO
(first-in, first-out) is an approach to handling program work requests from queues or
stacks so that the oldest request is handled next. LIFO (last-in, first-out) is an
approach in which the most recent request is handled next and the oldest request
doesn't get handled until it is the only remaining request on the queue (or in the stack).
Although LIFO seems "unfair," it may be more efficient. A stack that is handled using LIFO
is sometimes referred to as a push-down or push-down pop-up stack or list.
UART
UNIVERSAL ASYNCHRONOUS RECEIVER-TRANSMITTER
chip which converts asynchronous serial bit streams to a parallel form or parallel data to
serial bit streams