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
- Host: GitHub
- URL: https://github.com/dg4rn/threadmultichannel
- Owner: DG4RN
- License: mit
- Created: 2024-07-11T19:34:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:20:24.000Z (11 months ago)
- Last Synced: 2024-12-29T04:58:07.416Z (5 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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