Recently I've downloaded gpsfeed+ file, I set executable attribute and run it with (OS: Manjaro):
$ ./gpsfeed+_amd64\
I'm trying to list all ports connected through a Dart program (code here by using package dart_serial_port), but it lists nothing. I'm assuming it is because of virtual serial ports are not connected, but I don't know how to get this. There is a program like com0com but it works on Windows only.
Any recommendation? Are there other simulators like gpsfeed?
PS: gpsfeed+ is configured to work by using COM3 (protocol RS-232).
Steps
gpsfeed+from https://gpsfeed.sourceforge.io/socatpackage:socat:/dev/pts/4and/dev/pts/5. One port will be transmitter and the another one will be the receiver.gpsfeed+application:gpsfeed+to do:Python code (install
pyserialpackage):The very few existing packages for Dart (like
dart_serial_port) do not work with virtual ports.