any serial module support

i am very new to python so please bear with me

is there any way to import serial module (pyserial) to digi wr44

i read that there is another way to access serial interface using os module…but what i am writing is based on a module that is based on serial module so it would be hard for me to adapt mentioned way

any help would be appreciated

You would be hoping that pyserial’s dependencies are all supported by the version of python on the WR44. It is based on python 2.4 but not all OS features were brought in. It would be up to you to test this. If you are a beginner I would suggest against this.