-
Just an idea! On my old qx7 I used the external serial port for flashing receivers but on the tx16s I have to remove the external module to flash off the pins. Is it possible to implement the external…
-
```
On my computer COM3 is occupied by "Dell Wireless 5530 HSPA Mini-Card Device
Management".
When starting UnoJoyProcessingVisualizer.exe nothing seem to happen. No window
opens. But there is a ja…
-
It looks as if the gpio_interrupt_enable() function overwrites pre-existing values when called with the same pins on different ports (e.g. PA15, PB15, PC15). gpio_exti_infor[EXTI_NUMS] can only hold a…
-
I've been using picocom as first choice when dealing with serial ports of all sorts for years because it makes the most commonly needed things possible with little effort. I was quite surprised that t…
-
- [x] githedgehog/fabricator#135
- [ ] Phase 1: USB to flush SONiC - Externalized HHFAB based fabric designer. - OCT/NOV.
- [ ] Phase 2: ADD HONIE – FEB.
- [ ] Phase 3: USB to flush HONIE; Fabric Desi…
-
I am using a rev 2 TinyDuino BLE shield. I am trying to run the scanner example (BGLib_scaner.ino). I have modified the line 59:
``` C++
SoftwareSerial bleSerialPort(3, 4); // RX, TX
```
to account …
-
```
What steps will reproduce the problem?
1. $serial->confBaudRate(600); - lowest baudrate set to check
2. $serial->sendMessage("ABCDEFGHI");
3.
What is the expected output? What do you see instead?…
-
The initial discussion started [here](https://github.com/dotnet/iot/issues/1797).
## Background and motivation
The `System.IO.Ports.SerialPort` class has been widely adopted in the .NET world to s…
-
While setting up a MatekF405-WSE to replace a defective 765-Wing, I discovered that having two serial ports set to protocol 23 does not work....
I set CRSF on Telem1 (Serial1) of the F405-wse and it …
-
When calling `CommPortIdentifier.getPortIdentifiers()` from a simple example application, it immediately returns because `CommPortIndex` is `null` - even if there are accessible serial ports. Using `l…