Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2006 |
| Replies: 2 Views: 2,021 That's an easy way to do it... just what I needed. I won't work for the company now I'm further so I will let them a present for Xmas... |
Forum: Visual Basic 4 / 5 / 6 Nov 2nd, 2006 |
| Replies: 2 Views: 2,021 I want to make an evaluation version that lasts one month, how can I do an executable that works perfectly during this time and afterall it stops and is then no working anymore? |
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2006 |
| Replies: 13 Views: 21,301 Marikanna,
I have to say that you help me a lot starting this kind of communication but you are not completely right.
Writing bytes(N) = "&H" & XX you aren't able to introduce characters... |
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2006 |
| Replies: 6 Views: 3,497 I've tried some other things in my old code and I realise that the clue was just the byte sending.
dim array(n) as byte
array (0) = &HXX
array (1) = &HXX
....
array (n-1) = &HXX
array (n)... |
Forum: Visual Basic 4 / 5 / 6 Oct 9th, 2006 |
| Replies: 6 Views: 3,497 SUCCESS. It has worked out. Thanks a lot Marikanna. What is the code alone itself is working propperly, at least the output, with the input doesn't work as I want but I'll make some other tryes to... |
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2006 |
| Replies: 6 Views: 3,497 Yes it is in windows XP professional
I've tried more things in the while I have no answer and I've sent the message in different ways
MSComm1.Output = "038C0000008F"
MSComm1.Output =... |
Forum: Visual Basic 4 / 5 / 6 Oct 4th, 2006 |
| Replies: 6 Views: 3,497 Does no one can helpe me? I hope someone with serial port communication knowledge could help me. |
Forum: Visual Basic 4 / 5 / 6 Sep 29th, 2006 |
| Replies: 6 Views: 3,497 i have to comunicate from vb to control a nec vt480 and I have not much idea how to send the instructions correctly .
Acording to the information given by nec, this are the codes to control... |