Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Puzzled with Arduino IO on proview

Re: Puzzled with Arduino IO on proview 12 years 3 months ago #3126

  • marc
  • marc's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 710
  • Thank you received: 70
  • Karma: 24
Hi Jags,

Be sure the Arduino IDE is not running in the background while you start Proview in runtime.
Please, use the Wiki if you succeeded your project or solved your problem. Share your work, so we can learn from each other.
The administrator has disabled public write access.

Re: Puzzled with Arduino IO on proview 12 years 3 months ago #3127

  • jagspaul
  • jagspaul's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 58
  • Karma: 0
I am 100% sure that arduino is not running at background.

What Arduino IDE do actually with ftdi chip when I send a character, as because after that arduino board started work with proview even pressing reset button.

Please note that if I toggle the power I must send a character through serial monitor before starting proview.

Please note that I have purchase arduino board from
www.embeddedmarket.com/products/Arduino-...atible-Freeduino-DU/
it is 100% compatible.

regards
jags
The administrator has disabled public write access.

Re: Puzzled with Arduino IO on proview 12 years 3 months ago #3128

  • marc
  • marc's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 710
  • Thank you received: 70
  • Karma: 24
Ahummm,

Intresting.
If you are 100% sure your project is ok, no conflict with /dev/ttyUSB0 then the problem must be in the sketch.

Can you upload the sketch you are using?
Please, use the Wiki if you succeeded your project or solved your problem. Share your work, so we can learn from each other.
The administrator has disabled public write access.

Re: Puzzled with Arduino IO on proview 12 years 3 months ago #3129

  • Snarf77
  • Snarf77's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 847
  • Thank you received: 2
  • Karma: 5
Do you use any virtual machine ?

Personnaly I had very weird problem using arduino usb over VM. I have never understood exactly why as it works at proview runtime start.

But deconnection / reconnection was malfunctionning with a behaviour which is not always the same.

Perhaps you're in this case ?

Snarf
The administrator has disabled public write access.

Re: Puzzled with Arduino IO on proview 12 years 3 months ago #3130

  • jagspaul
  • jagspaul's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 58
  • Karma: 0
No I am not using ubuntu on VM, How ever using Ubuntu 10.04 LTS, and arduino-1.0.

I debug the sketch which I am using with LED on pin. During startup proview send config packet but arduino never get byte received = msgSize so never send config success message. When we send a char through arduino serial monitor before startup proview arduino get byte received = msgSize and send config success message accordingly.

The point what I notice that at first there is a mismatch of bit rate that is why arduino never get byte received = msgSize. It is may be due to improper initialization of ftdi chip & driver by proview.

After that when a char is sent by serial monitor ftdi chip & driver initialized properly and then at startup arduino get byte received = msgSize by proview. This is what I guess it may not be correct.

But if it is true then it is a big bug of proview of ftdi driver.

How ever I am sending the sketch attached here with.

Regards
jags
Attachments:
Last Edit: 12 years 3 months ago by jagspaul.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 8.732 seconds