[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (tenative name) Apple Game Server
Yes. It assumes the serial port starts at 300 baud. You can tweak
this behavior by editing the TransferHost.init() method. I'm slowly
moving towards making the whole init part as a script so it can be
modified more easily. Currently I've done a little refactoring to get
to that point, but havent added baud rate setting yet.
If you don't want to mess with your settings too much, you can use the
ctrl-a commands after typing IN#2 before executing the java program.
But the exception coming from the "expect" method means it can open and
talk to your com port, just that it isn't getting a response back from
the apple. (like you said, this is most likely because you use a
different baud rate)