question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to connect serial in Windows?

See original GitHub issue

Hope u still fine.and of course hello to u. Find your codes Serial:

serial:///path/to/serial/dev[:baudrate]

but it seems to work on linux only Have tried awaitdrone.connect(system_address="serial://com14:115200") but didn’t work. Can u help me?thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
julianoescommented, Mar 25, 2020

@LiangR2017 what error do you get when you try that?

Can you try serial://COM14:115200

0reactions
maxwelllwangcommented, May 15, 2020

I think you addressed it in the other thread because my pixhawk is running ardupilot not pixhawk Oops forgot the :

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connect to a device over Serial COM Port on Windows 10 with ...
Connect to a device over Serial COM Port on Windows 10 with WSL1 TTY ... into a serial port terminal on Windows in...
Read more >
Serial Terminal Basics - SparkFun Learn
Open Terminal. See the Connecting to Your Device section for directions. Now type ls /dev/tty.* to see all available ports. You can now...
Read more >
Programming Installation of Serial Ports and COM Ports
This topic describes programming traditional COM ports. For information on USB attached serial ports, see USB serial driver (Usbser.sys). For ...
Read more >
Advanced Serial Console on Windows | Introducing Adafruit ...
Under Connection type: choose the button next to Serial. In the box under Serial line, enter the serial port you found that your...
Read more >
Connect COM port using windows terminal - Stack Overflow
use windows powershell. Writing to a Serial Port PS> [System.IO.Ports.SerialPort]::getportnames() PS> $port= new-Object System.IO.Ports.SerialPort COM4,9600 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found