Le 01/07/2013 17:22, dr.diesel a écrit :
> Well, even with:
>
> Public hDevice As File
> Public sLine As String
>
> Public Sub Form_Open()
>   hDevice = Open "/dev/usbtmc0" For Read Output Watch
> End

'Read Output' has no sense (Gambas should complain there, I will check 
why it does not), it should be 'Read Write' or just 'Read' if you don't 
want to open the device for writing.

-- 
Benoît Minisini

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to