This is an exec call that terminates communication with the serial device. Upon closing, the device's input buffer is freed.
Note that all IORequests MUST be complete before closing. If any are pending, your program must
AbortIO() then WaitIO() to complete them.
Starting with 43.4, serial.device will release resources when closed, rather than when expunged.