79294070

Date: 2024-12-19 11:21:53
Score: 2
Natty:
Report link

to try to send signals out of ur pc via pin 3 and 5 of SR232: script: wire a led to pins 3 and 5

sbtest: rem on error goto whatever open "COM1:75,N,8,1,BIN,CD19,CS19,DS19" FOR OUTPUT AS #1 CLOSE #1 sleep (1) rem sleep or whatever delay goto sbtest

to try receive smthng from pin3 and 5 of SR232 open "COM1:300,N,8,1,BIN,CD0,CS356,DS0" FOR OUTPUT AS #1 PRINT "Your Face" CLOSE #1

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28853919