-
```
Use STM32F1xx , with ST virtual com port for USB (serial port) full speed
communication.
the software do not recognize the port.
```
Original issue reported on code.google.com by `michanis...@g…
-
As a user I need to reverse the sense of the RX and TX lines to communicate with a particular piece of hardware as in SoftwareSerial, but I also need the full-duplex communication support of AltSoftSe…
-
Hi, I do have a FlashBoy and would like to use it on Linux.
Do you have some useful reference for FlashBoy communication protocol (it is detected as a USB-Serial device) on ttyUSB0 but does not respo…
-
```
Use STM32F1xx , with ST virtual com port for USB (serial port) full speed
communication.
the software do not recognize the port.
```
Original issue reported on code.google.com by `michanis...@g…
-
First I would like to give you my congratulations for your great job making this library.
Now I would like to make you some questions:
Do you pretend to continue the development of this library?
Do …
-
```
Use STM32F1xx , with ST virtual com port for USB (serial port) full speed
communication.
the software do not recognize the port.
```
Original issue reported on code.google.com by `michanis...@g…
-
```
Use STM32F1xx , with ST virtual com port for USB (serial port) full speed
communication.
the software do not recognize the port.
```
Original issue reported on code.google.com by `michanis...@g…
-
Hello
Just an out off the topic question can you add a functionality to receive data from android using BLE and display on serial monitor.As there is no perfect example for communication of Android S…
-
As what I discovered about your library, your command is for I2C communication only. I just checked the datasheet of JY61 and found that there are some Serial Command for calibration and other uses. C…
-
Will be nice to have functionality like `client.wait_for_notify()` in order to have possibility to write simple scripts of serial communication that works like:
```
await client.wait_for_notify()
a…