Re: Wireshark and serial ports

2023-08-23 Thread Jeffrey Walton
re I was doing things like this > > in 2022 without any trouble. > > I have not found myself in your position, so I can't comment on > Wireshark and serial ports. > > But I have been in the position of NetworkManager messing with my > serial ports. To work arou

Re: Wireshark and serial ports

2023-08-23 Thread Jeffrey Walton
sition, so I can't comment on Wireshark and serial ports. But I have been in the position of NetworkManager messing with my serial ports. To work around it in my code, I made the file descriptor exclusive so NetworkManager could not open it: /* Open the modem. It will be configured fo

Wireshark and serial ports

2023-08-23 Thread Steve Underwood
Hi, Has anyone used wireshark while using USB serial ports with Fedora 37? As soon as I start wireshark the communication on my serial ports breaks. Thinking this might be something to do with wireshark scanning for available interfaces, I tried starting wireshark with "wireshark -i enp3c0",