-
Please add option to use other devices (TCP port, FIFO file on Linux or pipe on Windows) to talk to Espressif chips. This will make it possible to flash ESP remotely by using some intermediate program…
-
Try this on for size:
`miniterm.py -e --filter colorize /dev/ttyS0 9600`
`Ctrl-]` exits.
`Ctrl-t Ctrl-h` brings up a help menu.
The filter makes what you type appear in red, and the response…
-
### Basic Infos
#### Hardware
Hardware: ?ESP-12?
Core Version: ?2.1.0-rc2?
### Description
Problem description
### Settings in IDE
Module: ?Generic ESP8266 Module?
Flas…
-
Hello,
for my special project with esp-link, i need to be able to create a BREAK signal on the serial side of the ESP. The break is created by bringing TX up for a defined time, in my case 25ms, fo…
-
I'm using the SerialDriver backed by the NetworkSerialPort to connect to a target console. The test tries to login as 'root' without a password.
Most of the time the login is successful, but someti…
-
See: http://stackoverflow.com/questions/30182663/use-rfc2217-network-serial-ports-with-twisted-python
-
When one initializes rfc2217.Serial() with a port, then all the attributes initialized by the parent method here https://github.com/pyserial/pyserial/blob/master/serial/rfc2217.py#L383 will be overwri…
-
OH currently uses nrjavaserial-3.9.3 in the serial transport. I've had issues getting serial communications to work properly (in particular with the UPB binding) and these issues go away with the lat…
-
Installed /usr/local/lib/python3.5/dist-packages/pyserial-3.1.1-py3.5.egg
Processing dependencies for pyserial==3.1.1
Finished processing dependencies for pyserial==3.1.1
~/tmp/pyserial$ cd test/
~/tm…
ghost updated
8 years ago
-
rfc2217.py: 419
self._socket.settimeout(5) (x?) could be moved up, prior to establishing the socket connection. This allows an exception to be raised if the socket doesn't connect, otherwise it block…