Search found 9 matches
- Sat Nov 22, 2008 5:36 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
Maybe I need to set up something in the window? Also I would like to read more about each option.
- Fri Nov 21, 2008 10:53 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
Returning to the Generic Serial Plugin, I have another question. Usually sending commands to COM port, a 4-query:
1) IRP_MJ_CRATE
2) IRP_MJ_WRITE
3) IRP_MJ_CLEANUP
4) IRP_MJ_CLOSE
This can be verified using Portmon.
Tell me please, can I have in the Generic Serial Plugin IRP_MJ_CLEANUP?
1) IRP_MJ_CRATE
2) IRP_MJ_WRITE
3) IRP_MJ_CLEANUP
4) IRP_MJ_CLOSE
This can be verified using Portmon.
Tell me please, can I have in the Generic Serial Plugin IRP_MJ_CLEANUP?
- Wed Nov 12, 2008 1:31 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
menesi why do you think that you have the port is closed immediately after sending command? :wink: It can send, but the port would not be closed immediately. Your device can immediately respond to a message without closing the port. And my - could not. Try to experiment ... Use of MS Office VBA, or ...
- Tue Nov 11, 2008 12:27 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
If you look the other way? For example working with COM port, directly through its plug. Ie I want to develop a plugin device and hardware device, which will work with my device via COM port. Can someone explain the interaction itself COM port? How do I get \ send messages? Should I focus on Hardwar...
- Tue Nov 11, 2008 12:18 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
Sorry, but I do not understand the relevance of scripts to Generic Serial Plugin. If you have an opportunity to forcibly close the port in Geniral Serial Port, after execution command, please tell me, how do it.
Thanks in advance!
Thanks in advance!
- Mon Nov 10, 2008 10:17 am
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
any ideas?
- Sat Nov 08, 2008 8:16 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
Thank you very much. Almost all happened! But there is one problem ... My device responds to the command until after the closure of COM port. Ie when I send the command using HouseBot (pressing button in client), my device responds only after I close HouseBot. I think in HouseBot need to config the ...
- Fri Nov 07, 2008 1:50 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Re: Send message by COM port
:? Scott, thanks for you help... I added Generic Serial device and Hardware. Device have two propertyes: power state and received data. I don't know what they need. And also, i don't understand, how send and receive command in com port using Generic Serial plugin :oops: Where i can read about it? Or...
- Wed Nov 05, 2008 1:44 pm
- Forum: Plugin Development
- Topic: Send message by COM port
- Replies: 22
- Views: 42976
Send message by COM port
Help me please. I want develop plugin for new devices. Developers of these devices is the company 'Domintell'. I have the code that you want to send to this device by COM port. Make it directly to my little program succeed. But how it make in HouseBot plugin, a don't know. Ie using Hardware Template...