Sponsored

My FORScan for Mac setup instructions

Brian_B

Big Bend
Well-Known Member
First Name
Brian
Joined
Sep 14, 2023
Threads
60
Messages
8,262
Reaction score
14,631
Location
Central CA
Vehicle(s)
'23 BB 4dr 7MT, '22 BSport OBX, '87 B-II XL
Your Bronco Model
Big Bend
Clubs
 
I'm Mac only, and lazy. So I picked up a Windoze PC for cheap just for FORScan once I found out how to install Win 10 without it creating a Microsoft account.

It makes me appreciate my Mac everytime I use it.
No joke.

I got a $200 Lenovo just for Forscan/FDRS. It's a horrible laptop and I hate using it. It stays in a backpack that gets thrown in the Bronco for long runs just-in-case.

While I will admit trying to compare a $200 Amazon special to a Macbook isn't exactly fair, most of my gripes aren't with the hardware.
Sponsored

 

broncobase1

Base
Well-Known Member
First Name
Mark
Joined
Apr 12, 2022
Threads
21
Messages
1,566
Reaction score
2,525
Location
Lincoln
Vehicle(s)
22 Bronco Base
Your Bronco Model
Base
No joke.

I got a $200 Lenovo just for Forscan/FDRS. It's a horrible laptop and I hate using it. It stays in a backpack that gets thrown in the Bronco for long runs just-in-case.

While I will admit trying to compare a $200 Amazon special to a Macbook isn't exactly fair, most of my gripes aren't with the hardware.
I have a $300 Lenovo running the Pentium III with 16G of Ram. I did upgrade the spinner to a 2TB SSD which added another $100, but its a great laptop no issues. I run it as my "main" PC with an external 27" monitor and keyboard.
 

ryanc721

Big Bend
Member
First Name
Ryan
Joined
May 8, 2026
Threads
4
Messages
14
Reaction score
2
Location
NJ
Vehicle(s)
2026 Big Bend Sasquatch
Your Bronco Model
Big Bend
  1. Plug in your USB OBD reader
  2. ls /dev/tty.usb*, for me it was /dev/tty.usbserial-223010213255
  3. Make a symbolic link into your FORSCan.app:
    • I had to create the dosdevices directory first: mkdir ~/Applications/Sikarugir/FORScan.app/Contents/Resources/dosdevices/
    • Then make the link ln -s /dev/tty.usbserial-223010213255 ~/Applications/Sikarugir/FORScan.app/Contents/Resources/dosdevices/com1
    • Reg Edit:
      • open ~/Applications/Sikarugir/FORScan.app/Contents/
        • Long version: Go to your user's applications (~/Applications, not the system level /Applications you see when you open up Finder). Right click on FORScan -> Show Package Contents
      • In that folder open Configure app, Tools tab, Registry Editor tool
      • Navigate to HKEY_LOCAL_MACHINE\Software\Wine\Ports
      • Right click New... -> String Value, name it com1 and your device as the value /dev/tty.usbserial-223010213255
    • Close Reg Edit. Close the FORScan mac app and reopen it



What does THIS actually mean?
 
OP
OP
Gangstead

Gangstead

Black Diamond
Well-Known Member
Joined
Jul 5, 2020
Threads
18
Messages
200
Reaction score
391
Location
Texas
Vehicle(s)
'21 BD 4DR 7MT Soft
Your Bronco Model
Black Diamond
Clubs
 
What does THIS actually mean?
Code in the back ticks (which didn't survive the copy/paste into this forum) are commands to run on the terminal of your mac. So `ls ...` lists contents of a directory, `mkdir ...` makes a directory, `ln -s ...` makes a symbolic link (on a Windows machine they call it a shortcut), `open ...` opens files/directories/applications.
 

swamp2

Raptor
Well-Known Member
Joined
Dec 19, 2022
Threads
156
Messages
4,057
Reaction score
4,199
Location
San Diego
Vehicle(s)
911 Carrera S / 4Runner TRD Pro
Your Bronco Model
Raptor
Congrats OP on a involved, successful, intellectual exercise. Not being sarcastic.

I'm a big Mac guy and for both FS and tuning, I gave up on my Mac and like others here got a cheap used Win laptop. It was not without some considerable and reasonably talented/informed struggle to stick with the Mac...
Sponsored

 
Last edited:
 





Top