kotobuki / funnel

Automatically exported from code.google.com/p/funnel
Other
2 stars 2 forks source link

Processing library won't work with XBee modems #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 
hardware/xbee/multipointにあるcoordinator.proとenddevice.proをそれぞれ1
台のXBee 802.15.4に書き込む
2. Funnel Serverの設定をXBee用に変更してから起動する
3. Processingで添付のスケッチを開いて実行する

What is the expected output? What do you see instead?
エンドデバイス側のXBeeのDIO0の値が表示されるはずが、ずっ
と0のまま変化しない。

Please use labels and text to provide additional information.
r456
Windows XP SP3
Processing 0148

Original issue reported on code.google.com by kotob...@gmail.com on 12 Sep 2008 at 1:29

Attachments:

GoogleCodeExporter commented 8 years ago
Funnel 
Serverに、XBeeから受信したデータをクライアント側に通知し�
��いなかったというバグ
が見つかりました(クライアント側からクエリーをかけた��
�合のみリプライを返す実装になっ
ていました)。r465でこの不具合を修正し、SimpleScope_XBeeでの
動作確認を行いました。

Original comment by kotob...@gmail.com on 14 Sep 2008 at 11:43