[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
computer-go: Value of QUERYSTRING in Go Modem Protocol
I found two very slightly different versions of the
sample code for the Go Modem Protocol.
One, at <http://www.smart-games.com/modemprotocol>
contains:
# define QUERYSTRING 0x200
# define QUERYMULTI 0x20f
Another, at <http://www.britgo.demon.co.uk/tech/gmp.html>
and at <ftp://ftp.nuri.net/Go/programs/protocol.Z>
contains:
# define QUERYSTRING 0x400
# define QUERYMULTI 0x40f
Which is right ?
Francois Grieu