Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Unhandled Exception:
  2. System.IO.IOException: Permission denied
  3. at System.IO.Ports.SerialPortStream.ThrowIOException () [0x00000] in <filename unknown>:0
  4. at System.IO.Ports.SerialPortStream..ctor (System.String portName, Int32 baudRate, Int32 dataBits, Parity parity, StopBits stopBits, Boolean dtrEnable, Boolean rtsEnable, Handshake handshake, Int32 readTimeout, Int32 writeTimeout, Int32 readBufferSize, Int32 writeBufferSize) [0x00000] in <filename unknown>:0
  5. at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPortStream:.ctor (string,int,int,System.IO.Ports.Parity,System.IO.Ports.StopBits,bool,bool,System.IO.Ports.Handshake,int,int,int,int)
  6. at System.IO.Ports.SerialPort.Open () [0x00000] in <filename unknown>:0
  7. at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPort:Open ()
  8. at teszt.MainClass.Main (System.String[] args) [0x00018] in /home/ubuntu/teszt/teszt/Program.cs:17
  9. [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.IOException: Permission denied
  10. at System.IO.Ports.SerialPortStream.ThrowIOException () [0x00000] in <filename unknown>:0
  11. at System.IO.Ports.SerialPortStream..ctor (System.String portName, Int32 baudRate, Int32 dataBits, Parity parity, StopBits stopBits, Boolean dtrEnable, Boolean rtsEnable, Handshake handshake, Int32 readTimeout, Int32 writeTimeout, Int32 readBufferSize, Int32 writeBufferSize) [0x00000] in <filename unknown>:0
  12. at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPortStream:.ctor (string,int,int,System.IO.Ports.Parity,System.IO.Ports.StopBits,bool,bool,System.IO.Ports.Handshake,int,int,int,int)
  13. at System.IO.Ports.SerialPort.Open () [0x00000] in <filename unknown>:0
  14. at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPort:Open ()
  15. at teszt.MainClass.Main (System.String[] args) [0x00018] in /home/ubuntu/teszt/teszt/Program.cs:17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement