File: serialsockettest

package info (click to toggle)
pcbasic 2.0.7-9
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (4 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
gnome-terminal -x sh -c "stty -icrnl; netcat -lk localhost 22222;"
../pcbasic.sh --com1=socket:localhost:22222 -e='open "com1:300,e,7,1,cs0,ds0" as 1:get#1,4' --debug
#./pcbasic.sh --com1=socket:localhost:22222 -e='open "com1:" as 1' --debug