element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino Processing and Excel
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 3 replies
  • Subscribers 391 subscribers
  • Views 414 views
  • Users 0 members are here
  • jeremyblum
  • ports
  • vba
  • processing
  • excel
  • export_control
  • import
Related

Arduino Processing and Excel

sswcharlie
sswcharlie over 10 years ago

Hi

 

How do I get XL2000 to send low volume of data to Arduino monitor and on to device.    Sending 5-10 characters per minute from cells in single column of XL.

 

Can I get XL to  have an input to monitor or use XL with a simple processing gui (which one?)   XL will be used to originate data for transmission.

 

That is either:    send data from XL to monitor and device and/or   send data from XL to gui.

 

Similar or less volume for sending data to XL from  Arduino device.

 

Just need help/answer on the  XL vba to communicate with monitor or processing gui

 

 

Thank you

 

Charles Harris

  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 10 years ago +1
    Do you know VBA? If so, this describes a way to send data from a cell or more to Arduino using Putty while a sketch is running there already. SSH Client using VBA - Excel VBA Templates Clem PS if you want…
Parents
  • clem57
    0 clem57 over 10 years ago

    Do you know VBA? If so, this describes a way to send data from a cell or more to Arduino using Putty while a sketch is running there already. SSH Client using VBA - Excel VBA Templates

    Clem

    PS if you want to send the whole file after installing putty, use pscp source_file_name userid@server_name:/path/destination_file_name

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to clem57

    The command line interface for putty is plink.exe. You can use plink to send commands over ssh.

    For example: PS C:> c:\progra~2\putty\plink.exe -i C:\credentials\mykeyfile.ppk root@myserver.com "ls";

    Things to remember:

    The first time you connect to a server, you'll have to add it to your registry, so this won't work in a non-interactive mode for brand new servers.  There isn't a way to disable this.

    The key file has to be in ppk format for plink.exe to recognize it. If yours is in pem format, use puttygen.exe to create a ppk file.

    The path to the key file cannot contain any spaces, or the command above won't work.

    If you want to send multiple commands at once, write them to a file and use the -m switch with plink.exe.

    If you need to transfer files, you can use pscp.exe in a similar fashion.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sswcharlie
    0 sswcharlie over 10 years ago in reply to clem57

    Hi Clem

     

    Thanks for your input.  At 71 it is a bit over my head.  For a hobby  project.

     

    In Putty, I do not want to use a server,  can I still use Putty?  If so  what tabs in Putty do I need to use to enter the Arduino location and also the Excel address ?

    I can find may around vba ok.  Do you know of any examples of Excel sending to Arduino monitor or a form in the monitor.  Which way is it done, doesthe monitor request the info from Excel, or does Excel send to monitor on demand?

    Sorry for my lack of knowledge.

    Thanks

     

    Charles

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • sswcharlie
    0 sswcharlie over 10 years ago in reply to clem57

    Hi Clem

     

    Thanks for your input.  At 71 it is a bit over my head.  For a hobby  project.

     

    In Putty, I do not want to use a server,  can I still use Putty?  If so  what tabs in Putty do I need to use to enter the Arduino location and also the Excel address ?

    I can find may around vba ok.  Do you know of any examples of Excel sending to Arduino monitor or a form in the monitor.  Which way is it done, doesthe monitor request the info from Excel, or does Excel send to monitor on demand?

    Sorry for my lack of knowledge.

    Thanks

     

    Charles

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube