New topic: 

Newb Serial Problem

<http://forums.realsoftware.com/viewtopic.php?t=37980>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        rergle          Post subject: Newb Serial ProblemPosted: Mon Mar 
07, 2011 4:16 pm                         
Joined: Fri Jul 04, 2008 5:49 am
Posts: 7                Linux Mint 10
Real Studio 2010
Im new to Linux and trying to write an app to communicate  with a device via 
rs232, but cant to connect to the comport. The com is a DB9 on my motherboard 

On button Press:

Code:  serial1.SerialPort = System.SerialPort("COM1")
  
  
  If Serial1.Open then
  MsgBox " You Are Now Connected To The Controller"
  
  
  
  Else
  MsgBox "The Connection could not be opened. "
  End if
The Connection could not be opened


When i check the port in terminal this is what i get.
/dev/ttyS0
bash: /dev/ttyS0: Permission denied

Im not sure what to do at this point. Any help would be greatly appreciated.   
                             Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to