[Gambas-user] Help binding to /dev/usbtmc0?
dr.diesel
dr.diesel at ...626...
Mon Jul 1 17:22:19 CEST 2013
Well, even with:
Public hDevice As File
Public sLine As String
Public Sub Form_Open()
hDevice = Open "/dev/usbtmc0" For Read Output Watch
End
Public Sub File_Read()
sLine = Read #hDevice, -256
Print sLine
End
It sill just times out when the form opens, without even sending any
commands. Considering CAT times out as well I'm suspecting a driver problem
with usbtmc.
Thanks for the help.
--
View this message in context: http://gambas.8142.n7.nabble.com/Help-binding-to-dev-usbtmc0-tp42276p42338.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list