Serial port acces

Is there a posibility to acces within root the serial port (linux) ? (to gather and analyze data )
Thanks

[quote=“adrian_sev”]Is there a posibility to acces within root the serial port (linux) ? (to gather and analyze data )
Thanks[/quote]
Yes, r=there is no special magic here. Just write your own code in C/ C++ (feel free to use any third party package to communicate your serial port) to do that; make the shared library and load it into the ROOT.
If you want to communicate your code via CINT interactively, you need to create the RootCint dictionary as a part of your shared library.
Let us know just you have some trouble with any step outlined above.