This page is about setting up a serial connection to NS-K330. If you have WLX652 see this page:
You will need to open your NAS in order to find the serial connection pins. You will need to connect the pins GND, Tx and Rx to a TTL serial cable. This means that you MUST NOT connect a STANDARD RS232 serial cable directly! (The RS232 standard interface uses a voltage range between +5 and +15 volts to represent bit zero and -5 to -15 volts to bit one. This RS232 voltages will burn your NAS.)
So, you have basically two options:
If you choose the option 1 -the easiest one- you will find a suitable cable in dealextreme. (like the one posted by JG: http://www.dealextreme.com/details.dx/sku.13638 (It is about ~5 USD) This cable is used for Nokia cell phones. It is basically a USB to serial converter without the MAX232 chip to convert the voltage levels to RS232. In my case my cable has got the following labels CA-50 (CX-U8) cable. The picture bellow shows this cable wired and connected to PCB.

I have cut off the cable end that would connect with the cell phone and changed it by a female pin connector (like those ones used to connect the front panel LEDs in a PC motherboard). In the NAS board holes I have soldered the male pins. The cable colors are -from left to right-
You just have to connect the left 3 pins.
(note by ehabkost, Oct 7th 2010) The cable colors from the USB cable may not match the colors on the picture above. For a CA-50 cable bought from Dealextreme on September 2010, the cable colors were: 1. (GND) yellow; 2. (TX) blue; 3. (RX) red.
That is all the hardware you will need to connect your nas on an usb port of your PC.
I have made this how to using Ubuntu 10.04 - Lucid Lynx.
After plunging the usb-serial cable, your computer will automatically install a new COM port. Open a terminal, and type "dmesg" command.
# dmesg
pl2303 2-2:1.0: pl2303 converter detected
usb 2-2: pl2303 converter now attached to ttyUSB0
In my case device was /dev/ttyUSB0
Now you have to set up the connection. In Linux you can use the MINICOM Terminal program. You can install it with
# sudo apt-get install minicom
Then run minicom with the following parameters:
Stop bits: 1
Your connection is done.
Now you have just to connect the serial cable on NAS and turn it on. You will see on Terminal screen the boot and kernel messages. You can press any key during the uboot start up to have the uboot terminal.
I hope that this how to helps someone.
Regards,
Robert Szabo
Hungary
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: arionkra...@gmail.com
Succeeded! My NS-K330 is alive again! This thread gives more details: http://club.dealextreme.com/forums/Forums.dx/threadid.1068157
Thanks!
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: fl3...@gmail.com
where is link for WLX652???
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: hez...@gmail.com
Where is WLX652???
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: chrud...@gmail.com
Hi, My CA50 have the cables with the colors: white, yellow and green. how to know what are their corresponding values for (TX), (RX) and (GND)?
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: stefansc...@googlemail.com
If you have a multimeter check which wire is connected to the outer sheath of the USB plug.. that should be ground. You have to figure out the other two through trial and error.