Skip to content

DG4RN/ThreadMultiChannel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Thread Handling Example with 4 ports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published