Ticket #710: Test.txt

File Test.txt, 249 bytes (added by Michel, 15 years ago)

An exemple in DOS of my request

Line 
1REM We are trying to send and read DATA from a port (LPT)
2REM --------------------------------------
3
4debug
5i 378
6REM we got AA
7o 378 00
8REM We send 00
9i 378
10REM we got 00
11o 378 22
12REM We send 22
13i 378
14REM we got 00 Wrong !!!!!!!!!!
15