Anybody tried using viewport thru bluetooth
ChuckT
Posts: 12
I have my bluetoth runnin at 115K to a termal emulator. but when I try to connect it to Viewport it just says no configuration found.
I used the Std terminal config and share lines. I modified conduit to use th eBlue pinouts.
Anyone get this working or have ideas.
Any help is
I used the Std terminal config and share lines. I modified conduit to use th eBlue pinouts.
Anyone get this working or have ideas.
Any help is
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
2) The Baud setting (115200) applies only to the connection from the Bluetooth device to the Propeller or the Bluetooth device to the PC. The actual throughput of the wireless link and the instantaneous transfer rate is often very different since the Bluetooth device buffers the data and may have to repeatedly send a packet of data to ensure accurate delivery. The Propeller's identification and download protocol is too sensitive to timing to tolerate this and I assume that ViewPort is similarly sensitive to the instantaneous transfer rate.
(Thanks Mike for the good advice). Programming and resetting the Propeller via bluetooth is probably difficult due to timing issues and the need to reset the Propeller. However, you should be able to write the program to eeprom using a wired link, and then later working with ViewPort. The conduit code detects the baud rate by looking at the start bit's length. The conduit will start out by continually transmitting the configuration string with some binary data. You should be able to see this in a normal terminal. ViewPort looks for the configuration data and then instructs the conduit to send data. Can you provide more info about what works and what's not working?
Hanno
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Co-author of the official Propeller Guide- available at Amazon
Developer of ViewPort, the premier visual debugger for the Propeller (read the review here, thread here),
12Blocks, the block-based programming environment (thread here)
and PropScope, the multi-function USB oscilloscope/function generator/logic analyzer
So I setupo the bluetooth with std fullduplex set the bluetooth to datamode and stop that cog. Then I run share. I modified conduit to use the pins of the bluetooth.
I also tried conduit set for 9600 but still nothing shows up on a normal terminal.
A while ago I played with a Parallax wireless module, I think it was bluetooth. I'll try to dig it back out and see if I can help. Can you send me what you've done so far by pm?
Hanno
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Co-author of the official Propeller Guide- available at Amazon
Developer of ViewPort, the premier visual debugger for the Propeller (read the review here, thread here),
12Blocks, the block-based programming environment (thread here)
and PropScope, the multi-function USB oscilloscope/function generator/logic analyzer