Toshiba FlashAir not working with ResScan
I have just purchased a Toshiba FlashAir W-03 Wireless SD card and have got it working perfectly with sleepyHead but for some reason when I click on the "download data" button in ResScan it keeps on telling me "There are no devices available" (Connect a flow generator or Data card and try again).
Is it possible to get ResScan working with the FlashAir card in the same way as SleepyHead?
I have tried everything I can think of but I am out of ideas
I've tried mapping a network drive to the root directory of the flash card by enabling webdav, I have used subst to try and create the appearance of a local disk, i even setup a small partition and copied the files manually, but it still seems to want an actual SD card.
Has anyone for this working that could offer me some advice?
Thanks
Robbie
RE: Toshiba FlashAir not working with ResScan
I had the same problem with Encore Pro. I put an extra sd card into my cpap machine and let the machine format and copy my data to the card. I then put the card into a card reader dedicated to that card so the drive designation wouldn't change. I opened Encore Pro and when it found the card, I assigned it to my profile in Encore Pro. Next I went into the app I use to interface with the wifi card (Flashpap) and assigned the new sd card as the download destination. It has been working great. Maybe you can do something similar.
RE: Toshiba FlashAir not working with ResScan
ResScan is looking for a drive with the data and not a directory. Other than downloading the data from the Flashaire to another SD card in the computer. Or you might try partitioning part of your hard drive (2-4Gb) and use it to store the Flashaire's data.
03-19-2016, 03:24 PM
(This post was last modified: 03-19-2016, 03:25 PM by justMongo.)
RE: Toshiba FlashAir not working with ResScan
Isn't there a Windows command to mount a directory as a drive?
It might be a powershell command...
03-19-2016, 05:30 PM
(This post was last modified: 03-19-2016, 05:38 PM by Crimson Nape.)
RE: Toshiba FlashAir not working with ResScan
Mongo, you get a gold star.
Here is the trick:
1. If your data directory is one word (e.g.: CardData) go to step 7
2. If your data directory is more than one word (e.g.: D:\Steve Resmed)
then in Notepad write:
@ECHO OFF
echo %~s1
3. Save the file as "pathname.cmd" or any name you can remember. . .just make sure the the file ends with a ".cmd".
4. Run the above file to obtain the DOS directory name.
example:
D:\>pathname "D:\Steve Resmed"
The result is:
D:\STEVER~1
7. Issue the following command:
subst X: D:\STEVE~1 (use your directory name)
(Note: The drive letter is your choice. Don't pick a letter that is in use.)
8. The Steve Resmed directory is now aliased to drive X.
9. You can download the data directly into ResScan.
I tested this before I posted it, so I know it does work.
Good Luck and kudos to Mongo for making me aware of this command's existence.
OH!, I almost forgot; To remove the aliased drive letter, issue the command:
subst X: /D (again replace the "X" with the drive letter you chose.)
RE: Toshiba FlashAir not working with ResScan
I copied the SD card data into a folder on the C: drive and then mapped it.
C:\>dir C:\DATALOG
Volume in drive C has no label.
Volume Serial Number is 304D-60D6
Directory of C:\DATALOG
04/30/2016 09:31 PM <DIR> .
04/30/2016 09:31 PM <DIR> ..
04/30/2016 09:31 PM <DIR> 20160215
04/30/2016 09:31 PM <DIR> 20160428
04/30/2016 09:31 PM <DIR> 20160429
04/30/2016 09:31 PM <DIR> 20160430
0 File(s) 0 bytes
6 Dir(s) 57,254,354,944 bytes free
C:\>subst R: C:\DATALOG
ResScan does not find the drive that is created. Can you tell me what I am doing wrong please.
Thank you.
Mike
RE: Toshiba FlashAir not working with ResScan
It is hit or miss in my experience. If the "drive" you are pointing to is not recognized as an external, it usually fails. Some have had good luck with substituting a folder for a drive but I have never been able to get it to work.
If you have Flashair, you have the original SD card that came with your ResMed machine. Put the ResMed SD card into your computer and have one of the utilities, SleepMaster or FlashPap, copy the flashair to your resmed SD card and then ResScan will read from that. If you do not have an SD card reader, they are cheap enough on amazon or eBay ~$5 US.
RE: Toshiba FlashAir not working with ResScan
I must be holding my mouth the wrong way. It worked for me before but not right now. . .Sorry!
RE: Toshiba FlashAir not working with ResScan
It is my understanding that FlashPap just copies the contents of the FlashAir to a folder? Hence, one would need to copy them to SD card or thumb drive? I was trying to test things before my FlashAir arrives tomorrow. FlashPap has a control that says "Exit and Run Sleep Tracking Software." But won't an additional step be needed for ResScan?
Thanks for the help.
RE: Toshiba FlashAir not working with ResScan
(05-01-2016, 04:42 PM)MikeV99 Wrote: It is my understanding that FlashPap just copies the contents of the FlashAir to a folder? Hence, one would need to copy them to SD card or thumb drive? I was trying to test things before my FlashAir arrives tomorrow. FlashPap has a control that says "Exit and Run Sleep Tracking Software." But won't an additional step be needed for ResScan?
Thanks for the help.
I put an extra sd card into my cpap machine and let the machine format and copy my data to the card. I then put the card into a card reader on my computer dedicated to that card so the drive designation wouldn't change. I use the extra sd card as the FlashPap's download destination. I can import into whatever program I choose from the sd card and it also gives me a backup copy of the FlashAir card.