Hi ,
I'm trying to communicate with an rs232 port through an usb converter.
I allready found the info on this forum for opening the port :
and it works , I can see incoming data using a monitoring app. The problem is : the baud rate is incorrect , how do I adjust it ?
thanks
I'm trying to communicate with an rs232 port through an usb converter.
I allready found the info on this forum for opening the port :
B4X:
Writer.Initialize(File.OpenOutput("/dev/ttyS1","", False))
Writer.WriteLine("This is a test")
thanks