-
On Unity3D you can access COM3-N, but you can't access the COM name because it is a bit tool native code.
At least not easily.
But in C# Console with the good package or Python is possible.
As …
-
I am using USB serial intefaces P2P link with simple config as this:
[[Serial Interface]]
type = SerialInterface
interface_enabled = True
# Serial port for the device
port = COM1…
-
I started some tests with the serial USB (OTG) on the STM32u575 to get a virtual com port on a Windows PC.
After fixing some issues with the clock config file (because it was never used and tested …
-
Hello Collin, would this run on ESP-32 Dev Kit C V4? Does anything else need to be changed? The data comes via 'USB serial port' ??
Nice greetings from Germany[
![Screenshot 2024-04-25 at 21-50-49 E…
-
Is it possible to set the USB "iSerial" (i.e. device serial number) with mxt-app? So far, I haven't found a way to do so.
-
Other rp2040 software like MicroPython or Fusix provides a serial console to the system over USB, would that be hard to add for zeptoforth? It would simplfy usage as it wouldn't require another USB-Se…
-
Hi,
I am running the program on Windows Server 2022 and I only get this message
"PS C:\Program Files (x86)\NUT\bin> .\upsc.exe ups
Error: Driver not connected"
![image](https://github.com/user…
-
### Is your feature request related to a problem?
If i have to log a string (e.g., a json) geater than 256 bytes on esp console using usb serial/jtag console i have to manually splits the string c…
-
Board: Arduino Micro(ATMEGA32U4)
Test Sketch:
```c++
void setup() {
Serial.begin(115200);
Serial1.begin(115200);
}
void loop() {
if (Serial.available()) {
Serial1.write(Serial.read());…
-
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
With the Krake running firmware GPAD…