Squeak 2.1 on Windows95: Serial port fails to open

Dino Rosati dino at trends.ca
Fri Jul 24 22:21:58 UTC 1998


Hello,

I've tried to open the serial port on my WinTel box running Win95/Squeak2.1
and get an error due to the primitive method "primClosePort:" failing.
Here is the code I used to try to open comm port 2 on my machine:

    | com2 |
    com2 _ SerialPort new.
    com2 openPort: 2.

Does anyone know what I'm doing wrong?
Thanks in advance.
____
Dino Rosati <dino at trends.ca>





More information about the Squeak-dev mailing list