B4J Question jserial

jayel

Active Member
Licensed User
Longtime User
Hello,

I try this :
B4X:
    sp.Initialize("")   
    sp.SetParams(115200,8,1,0) 'here I get the error
    sp.Open("/dev/ttyUSB0")
   
    astream.Initialize(sp.GetInputStream, sp.GetOutputStream, "astream") 'geen prefix
    'InitInputsOutputs
    tmrReconnect.Initialize("tmrReconnect",5000)
    tmrReconnect.Enabled = False

And I get this error :

John
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…