
You can also exit the session using exit() or quit(). For example, to write a message to the serial port: You can now perform operations on the serial port.Type "help", "copyright", "credits" or "license" for more information. Determine the path to the serial port: # ls /dev/serial/Īt the shell prompt, use the python command with no parameters to enter an interactive Python session: # python import serial > ser serial.Serial ('/dev/ttyUSB0') open serial port > print (ser.name) check which port was really used > ser.write (b'hello') write a string > ser.close () close port I get an error from ser serial.Serial ('/dev/ttyUSB0') because '/dev/ttyUSB0' makes no sense in Windows.Alternatively, log into the IX14 local command line as a user with shell access.ĭepending on your device configuration, you may be presented with an Access selection menu.

Select a device in Remote Manager that is configured to allow shell access to the admin user, and click Actions > Open Console.See Configure Application mode for information about configuring a serial port in Application mode. You can use the Python serial module to access serial ports on your IX14 device that are configured to be in Application mode.
