R30 Documentation for SD Card format

Status
Not open for further replies.

richardrosa

Member
Joined
Jun 22, 2006
Messages
48
Greetings All,

I am in the process of writing some Linux software for the ICOM IC-R30 (and other ICOM radios).
One of the functions the software performs is to create files for the SD Card to 'import' into the radio.

Through a LOT of trial & error, I've managed to figure out MOST of the formats for each of the fields.
However, I would like to make this applicable to some of the other ICOM radios that use SD cards.
Does anyone know if there is a document (similar to the CI/V docs) that describe the formatting for the .csv files for various ICOM radios?

Thanx.

Richard Rosa
 

Reconrider

Inside the Galaxy
Joined
Sep 26, 2017
Messages
1,970
Location
Radio Galaxy
Here's the R30 csv file and how I upload/edit mine(notepad++)
I included the format csv uses plus a few lines of info that works on my r30.
Only requesy I have is if you can, make something simple for windows lol- everything costs money for this scanner

Code:
No,Name,Frequency Low,Frequency High,TS,Mode,RF Gain
00,AIRCRAFT,118.000000,137.000000,25kHz,AM,-
01,FED,162.000000,174.000000,6.25kHz,P25,-
02,MIL AIR,225.000000,380.000000,25kHz,AM,-
03,RAIL BAND,159.570000,161.600000,12.5kHz,FM-N,-


Code:
Group No,Group Name,CH No,Name,Frequency,Dup,Offset,TS,Mode,RF Gain,SKIP,TONE,TSQL Frequency,DTCS Code,DTCS Polarity,VSC,DV SQL,DV CSQL Code,P25 SQL,P25 NAC,dPMR SQL,dPMR Common ID,dPMR CC,dPMR Scrambler,dPMR Scrambler Key,NXDN SQL,NXDN RAN,NXDN Encryption,NXDN Encryption Key,DCR SQL,DCR UC,DCR Encryption,DCR Encryption Key,Position,Latitude,Longitude
0,FRS,0,FRS 01,462.5625,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,1,FRS 02,462.5875,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,2,FRS 03,462.6125,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,3,FRS 04,462.6375,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,4,FRS 05,462.6625,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
 

richardrosa

Member
Joined
Jun 22, 2006
Messages
48
Here's the R30 csv file and how I upload/edit mine(notepad++)
I included the format csv uses plus a few lines of info that works on my r30.
Only requesy I have is if you can, make something simple for windows lol- everything costs money for this scanner

Code:
No,Name,Frequency Low,Frequency High,TS,Mode,RF Gain
00,AIRCRAFT,118.000000,137.000000,25kHz,AM,-
01,FED,162.000000,174.000000,6.25kHz,P25,-
02,MIL AIR,225.000000,380.000000,25kHz,AM,-
03,RAIL BAND,159.570000,161.600000,12.5kHz,FM-N,-


Code:
Group No,Group Name,CH No,Name,Frequency,Dup,Offset,TS,Mode,RF Gain,SKIP,TONE,TSQL Frequency,DTCS Code,DTCS Polarity,VSC,DV SQL,DV CSQL Code,P25 SQL,P25 NAC,dPMR SQL,dPMR Common ID,dPMR CC,dPMR Scrambler,dPMR Scrambler Key,NXDN SQL,NXDN RAN,NXDN Encryption,NXDN Encryption Key,DCR SQL,DCR UC,DCR Encryption,DCR Encryption Key,Position,Latitude,Longitude
0,FRS,0,FRS 01,462.5625,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,1,FRS 02,462.5875,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,2,FRS 03,462.6125,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,3,FRS 04,462.6375,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,
0,FRS,4,FRS 05,462.6625,OFF,,kHz,FM-N,,OFF,,Hz,,,,,,,,,,,,,,,,,,,,,,,

Thanx.
However, this is not quite what I need.
What I need is a specification for each of these fields (what values are permissible, etc).

I've figured a lot of this out by doing what you did (dump the current settings to an SD card).
This is VERY time consuming and error prone.
But I do thank you for your effort.

The software that I am working on will probably NOT work on a Windows machine.
My system runs Linux exclusively. Most of the code has been written with the Linux OS in mind,
so porting it to a Windows environment would be a LARGE undertaking.

However, If you wish to give Linux a try, I will be happy to send you a copy of what I have currently working.
Your comment about Windows software costing $$$ is one of the MANY reasons I abandoned M.S. MANY years ago.
Almost ALL of the software available for Linux (including the Operating System) is $0.


Richard Rosa
 

Reconrider

Inside the Galaxy
Joined
Sep 26, 2017
Messages
1,970
Location
Radio Galaxy
Thanx.
However, this is not quite what I need.
What I need is a specification for each of these fields (what values are permissible, etc).


However, If you wish to give Linux a try, I will be happy to send you a copy of what I have currently working.
dang I was hoping it would work for ya lol.
I’m not sure what I’m able to do to figure out what options we can use in those fields. As for the software, when you need a tester let me know. I do use Linux , just not often as it’s my computer that I only pull out for unix programs for some stuff. But free program for the r30 would be a game changer and I’ll test when possible
 

richardrosa

Member
Joined
Jun 22, 2006
Messages
48
dang I was hoping it would work for ya lol.
I’m not sure what I’m able to do to figure out what options we can use in those fields. As for the software, when you need a tester let me know. I do use Linux , just not often as it’s my computer that I only pull out for unix programs for some stuff. But free program for the r30 would be a game changer and I’ll test when possible

I'm more than happy to e-mail you what I currently have. The code is FAR from finished, but usable.
It's a bit too big to attach here. Where should I send it to?


Richard Rosa
 
Last edited:
Status
Not open for further replies.
Top