REalBAsic serial port control (linux)

Status
Not open for further replies.

H_u_n_t_e_r

Full Member level 2
Joined
Nov 24, 2001
Messages
149
Helped
6
Reputation
12
Reaction score
2
Trophy points
1,298
Activity points
1,054
realbasic serial port

Does anybody have succes..
in windows is ok but ineed serial port control with realbasic..

even tty/s0 permision is ok i couldnt open the port

REgards.

Code:
  Serial1.SerialPort=System.SerialPort( "/dev/ttyS0" )  //  uncomment for LINUX
  
  If Serial1.Open then
    MsgBox "The serial port is open."
    
  Else
    MsgBox "The serial port could not be opened."
  End if

Added after 4 hours 51 minutes:

its okay..problem was fedoracore..it should be version 4
Best,
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…