Build a JP1.x/JP2 cable using an FTDI Serial Converter Cable

Forum for the discussion of JP1 Interfaces, hardware hacks, etc.

Moderator: Moderators

gentzel
Posts: 40
Joined: Mon Sep 22, 2003 6:10 pm

Post by gentzel »

slr_65,

I have some spare cables lying about (don't ask; it's a disease). I'd be happy to send you one for the cost of postage.
slr_65
Posts: 30
Joined: Fri Dec 04, 2009 8:10 pm

Post by slr_65 »

PM sent! :D
slr_65
Posts: 30
Joined: Fri Dec 04, 2009 8:10 pm

Post by slr_65 »

A thanks to gentzel for spotting me a cable! Thanks!

On another note, soldering used to be easy, with poor vision/depth perception now it's not so easy.

To help I bought a helping hands thing that has some clips to hold stuff and a 3" magnifying glass, it does help a lot!

A ham radio buddy gave me another tip I thought I'd pass along - most glass eye droppers can be popped out of their rubber cap and they fit in the Radio Shack rubber delsoldering bulb in place of the teflon tip. They have a smaller more compact tip so they fit into tighter places and with a smaller hole they have a bit more suction, they work well! If the solder cools off and plugs it up just use a lighter to heat it up and suck it on up into the bulb. Eventually the glass loses temper, but they're cheap off fleaBay, so buy a few and just toss 'em as they wear out. I used one tonight and it did work better than the stock teflon tip.
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

help!!!

Post by supertommy »

i m trying to connect my urc 7950 with this cable
http://www.ebay.it/itm/261101529602?ssP ... 1439.l2649

this way:
http://i61.tinypic.com/4kwnrl.jpg
http://i59.tinypic.com/t6oxgy.jpg

but programs act like no remote is connected i tried tommy's test program too
and no remote found :(
drivers are ok... i see a com17 port
tried new battieries... even connecting 3.3v to pin1 no way...
some one can help me?
Last edited by supertommy on Thu Oct 16, 2014 12:07 pm, edited 1 time in total.
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

I think that cable is 2 Yellow, 3 Black, 4 Green, 6 White. You have it connected like Pin 1 is in the upper right of your picture. Is that correct?
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

help!!!

Post by supertommy »

yes!
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

some test

Post by supertommy »

i made some test to understand if the problem was the cable or something about my pc ( i tried 3 different pc !!!) so i connected this cable to the serial interface of "la fonera" (a little wifi router)
and it worked perfect... so the problem shoud be something about the remote!

the remote is brand new... and is working perfectly (normal usage...)

i really can't understand what is the problem...
when i try to run test with tommy's debug program the remote blink twice after test end... but even in the test i got "no response" like no remote is connected... at this point i really dont know... maybe pcb is broken???

how can i investigate? should i open the remote?? i m going to become crazy

sorry for my english
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

Try swapping white and yellow. Also try new batteries.
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

Since you suspect the remote, let's check its signature using 983 blink back to make sure that it actually is the 7950 we're used to. Is it 3029?
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

done

Post by supertommy »

yes i got 3 blink 0 blink 2 blink 9 blink
for digit 1-2-3-4 so 3029
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

some result

Post by supertommy »

playing with realterm i got that

Image

at this point problem should be in remote->software comunication...
timing?
maybe a speed baudrate problem?....

hum...heeeelppp

facts are that: remote go in serial mode, remote reply correctly at "I" and "V" commands.... so?

:?: :!: :?: :eek: :eek: :eek:
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

OK, that's great. Now let's concentrate on the software. Are you using RMIR to attempt downloads? Check Help/About and tell us which version (e.g. RMIR 2.02a) you're running, and which JP12Serial.dll version is listed. Also, startRMIR, attempt a download, exit RMIR, and then upload the file rmaster.err (typically in the same folder as remotemaster.jar) to the Diagnosis Section. Maybe we can see what the problem is.
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

Post by supertommy »

Code: Select all

driver info :
Interfaces:
JP1.X Serial version 0.20
CommHID version 0.3
JP1 USB version 0.031
JPS version 0.1
JP1 Parallel version 0.02

Code: Select all

Starting normal download
Interface Name = JP1.X Serial
Port Name = COM5
Testing interface: JP1.X Serial
Interface matched.  Trying to open remote.
Port Name = NULL
Failed to open
RemoteMaster.windowClosing() entered
i think this is not really helpfull so i make a full serial log

http://pastebin.com/YCDFKN7n

this is jp1xtest.exe log

http://pastebin.com/BW0hP45R

this is the debugtester.exe log

http://pastebin.com/HYVZu9r1
Last edited by supertommy on Fri Oct 17, 2014 8:37 am, edited 3 times in total.
supertommy
Posts: 38
Joined: Sun Mar 10, 2013 5:11 am

Post by supertommy »

now the most important stuff... the log of what i do in realterm to talk with remote

http://pastebin.com/0s1Sj45a

at line 11276 we can see i have the reply from remote

11276 16/10/2014 19:36:05 IRP_MJ_READ UP STATUS_SUCCESS 53 3c 4a 25 S<J%

i think it's something about DTR setting if DTR is SET there is no way... this is what i do in realterm:

set dtr (this is done by realterm at startup)
set rts (done by realterm at startup)

clear dtr
clear rts

set break on
set rts
clear rts
set break on?(realterm?) (i didnt click but i see in the log)
set break off

after that i can talk with the remote... if i press "I" i have S<J%

this is the log of what allow me to go in serial mode:

Code: Select all

5697   16/10/2014 19:34:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_DTR)   DOWN   STATUS_SUCCESS          
5698   16/10/2014 19:34:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_DTR)   UP   STATUS_SUCCESS          
5699   16/10/2014 19:34:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_RTS)   DOWN   STATUS_SUCCESS          
5700   16/10/2014 19:34:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_RTS)   UP   STATUS_SUCCESS          
7405   16/10/2014 19:35:17   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_DTR)   DOWN   STATUS_SUCCESS          
7406   16/10/2014 19:35:17   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_DTR)   UP   STATUS_SUCCESS          
9039   16/10/2014 19:35:37   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_RTS)   DOWN   STATUS_SUCCESS          
9040   16/10/2014 19:35:37   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_RTS)   UP   STATUS_SUCCESS          
10329   16/10/2014 19:35:53   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_ON)   DOWN   STATUS_SUCCESS          
10330   16/10/2014 19:35:53   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_ON)   UP   STATUS_SUCCESS          
10535   16/10/2014 19:35:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_RTS)   DOWN   STATUS_SUCCESS          
10536   16/10/2014 19:35:56   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_RTS)   UP   STATUS_SUCCESS          
10653   16/10/2014 19:35:57   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_RTS)   DOWN   STATUS_SUCCESS          
10654   16/10/2014 19:35:57   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_CLR_RTS)   UP   STATUS_SUCCESS          
10771   16/10/2014 19:35:59   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_ON)   DOWN   STATUS_SUCCESS          
10772   16/10/2014 19:35:59   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_ON)   UP   STATUS_SUCCESS          
10773   16/10/2014 19:35:59   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_OFF)   DOWN   STATUS_SUCCESS          
10774   16/10/2014 19:35:59   IRP_MJ_DEVICE_CONTROL (IOCTL_SERIAL_SET_BREAK_OFF)   UP   STATUS_SUCCESS 
where is the problem? my remote need a different initialization?

:?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:
Last edited by supertommy on Fri Oct 17, 2014 8:39 am, edited 2 times in total.
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

It looks like your interface is actually on COM17, but JP12Serial.dll is finding some other serial device at COM5, and is trying to use it.

In RMIR, try Remote\Interface\JP1.x Serial, and under Port Selection check Other and enter in COM17, or perhaps just 17.
Post Reply