An open API service indexing awesome lists of open source software.

https://github.com/dg4rn/threadmultichannel

Thread Handling Example with 4 ports
https://github.com/dg4rn/threadmultichannel

Last synced: 4 months ago
JSON representation

Thread Handling Example with 4 ports

Awesome Lists containing this project

README

        

C# ConsoleApp to receive and transmit data via 4 ports parallel.
Used to distribute Pure Signal Feedback
to a Red Pitaya SDR including distribution of actual used frequency.

used port:
static SerialPort port1 = new SerialPort("COM8", 9600); // RX PS_Feedback by Thetis
static SerialPort port2 = new SerialPort("COM9", 9600); // CAT Data Thetis
static SerialPort port3 = new SerialPort("COM22", 19200); // Teensy Interface at Red Pitaya
static SerialPort port4 = new SerialPort("COM12", 4800); // LDMOS Interface ICOM Format