Page 1 of 1

visual basic 2008 express

PostPosted: Fri Jul 25, 2008 10:49 pm
by dmurrle
Hello, I have experience programming the serial port and have working libraries and software. Now I would like to start with this USB-UIRT that I received yesterday to be able "simply" to receive and send data. Is there anybody that would share some code or would tell me where to look to achieve my goal? Thank you :D

express 2008

PostPosted: Wed Aug 13, 2008 2:32 am
by dmurrle
I am very suprised that nobody did that already.
To be quick and dirty, that 's the way I managed to send a command to the device. It works but it is not very quick...

Dim send_IR
Dim procID
Dim code

send_IR = "z:\install\usbuirt\uutx.exe " & """" & code & """"
procID = Shell(send_IR, AppWinStyle.Hide)

PostPosted: Wed Apr 08, 2009 9:14 pm
by lagommette
Try to use HC-SKIPPER. It will save you nights of hard working ;)
I opened a topic on this application. For more information go to General-Discussion topics.

Regards