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,