Author Topic: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven  (Read 5769 times)

0 Members and 1 Guest are viewing this topic.

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« on: November 27, 2015, 08:46:59 am »
There is a thread about this oven review that Dave did EEVblog #558 but it has not been used for eighteen months so I hope it is OK to revive an aspect of it here.

So I have the controller http://www.beta-estore.com/rkuk/order_product_details.html?wg=1&p=242 hooked up to a toaster oven and also bought the RS232 USB cable so I can use the built in interface to adjust the soldering profile etc 

My PC is running Windows 7 32 bit which I believe doesn't have Hyper terminal anymore. I found some free downloads but I cannot find any information as to how I can access this interface if I was to install one of these Hyper terminal downloads. I have a little experience with com ports when using Arduino but that is about it. Would anyone be kind enough to tell me how to get going with this interface please.
 

Offline f4eru

  • Super Contributor
  • ***
  • Posts: 1093
  • Country: 00
    • Chargehanger
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #1 on: November 27, 2015, 10:10:17 am »

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #2 on: November 27, 2015, 10:45:10 am »
Thanks for your suggested options gents but I really also need general or specific directions for how to use just a basic terminal with this oven controller. Nothing more nothing less any help appreciated though  :)
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #3 on: November 27, 2015, 11:35:29 am »
Thanks for your suggested options gents but I really also need general or specific directions for how to use just a basic terminal with this oven controller. Nothing more nothing less any help appreciated though  :)

That request encompasses "put your hand on the mouse, move it so the cursor is over..." through "install it, run it, select i/o device, when comms established..." through "type 'L127sjh1' and press 'enter'".

You might find it helpful to read this, and then ask another question.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #4 on: November 27, 2015, 11:47:17 am »
So sorry that I have upset you tggzzz. I really don't need to be told how to post a question by you thanks, but your concern is very touching and fills me with warm fuzzy feeling. My initial request was quite easy to understand and I feel courteous so if you have issues in your own life, please take them out on someone else and leave me alone. Have a nice day and please. stop being so miserable and negative I don't need that sort of crap  :)
 

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #5 on: December 04, 2015, 01:24:42 am »
Hopefully I don't upset anyone this time with my poor posting but I am trying to locate a driver for the RS232 to USB converter that is used as a serial interface with Beta Layout DIY SMD Thermal Reflow Oven. I have been in touch with the Beta E-store repeatably about this and they said that they would send me a driver but instead just sent me another converter and cable. I tried to search for a driver specifically for the converter used with mo success so any help would be appreciated.  http://www.beta-estore.com/rkuk/order_product_details.html?wg=1&p=206
 

Offline v8dave

  • Regular Contributor
  • *
  • Posts: 98
  • Country: id
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #6 on: December 04, 2015, 02:50:20 am »
Difficult to know which driver IC they use in them unless someone already has one.

Here's an option you can use to find out. I use this every time I need to find an unknown devices driver.

Plug it into your PC and then go into device manager the look at its properties. Go to the DETAILS tab and locate the VID and PID in there and then search those on the internet to find out which device it is. It is usually under the Device Instance Path or Hardware Ids properties.
 

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #7 on: December 04, 2015, 09:48:50 am »
Thanks v8DAVE I like the sound of that technique. I actually bought another converter from Jaycar that came with a driver but now I cannot seem to work out how to send commands to the oven controller, if that is even the correct terminology  :)

cleaningOut I have an Arduino so I might look at using it for serial coms . Thanks to you too
« Last Edit: December 04, 2015, 11:16:02 am by Pedro147 »
 

Offline Pedro147Topic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: au
  • I have plenty to learn
Re: EEVblog #558 - Beta Layout DIY SMD Thermal Reflow Oven
« Reply #8 on: December 04, 2015, 11:30:31 am »
cleaningOut - I took your suggestion and plugged it an Arduino Uno while the oven controller was running, set the com port and I assume I established some form of communication because the controller displayed the message that the controller documentation said it would i.e.

# PCBP-Reflow Controller
# Software Date : Apr 17 2006
# Software Time : 12:20:16
# start selftest
# selftest ready
Type “help” for command list.

however when I typed help then enter nothing came back from the controller. The manual for the controller says to set these parameters -

9600 Baud, 8-bit, NO parity, 1 stop bit, no handshake

But all I can see to set in the Arduino serial port is the baud rate which I did to 9600. Might you be able to suggest what I may be doing wrong and how is it possible to set the other parameters requiredhttps://www.eevblog.com/forum/Themes/default/images/bbc/img.gif for serial communication.

Thanks Pedro

EDIT -  Thanks so much cleaningOut I got the Arduino communicating (well I think I did)
« Last Edit: December 04, 2015, 12:02:31 pm by Pedro147 »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf