|
With Pharo 7.0.1, on Windows 10 do the following in a Playground (replace COM4 by whatever serial port is available to you):
aSerialPort := SerialPort new.
aSerialPort openPort: 'COM4'.
aSerialPort close.
aSerialPort openPort: 'COM4'.
The second open fails with an openPort error.
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|