Board index » delphi » parallel port for data acquisition
labt...@electrex.de
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
parallel port for data acquisitionI have two DOS PC's with their parallel ports connected with a Belkin F3D508 When I run Laplink Pro 4.00 they talk to each other just fine. Both PC's are However, when I run PARX (parallel transmit) on one PC and PARR (parallel -------------begin PARX.PAS------------- uses crt; var begin l:=0; repeat end. ---------end PARX.PAS------------ --------begin PARR.PAS-------------- uses crt; var begin l:=0; repeat end. ------end PARR.PAS--------------- |