iPhone to RS-232 via Bluetooth

前端 未结 6 1364
说谎
说谎 2020-12-30 04:17

I\'m looking to connect my iPhone to an RS-232 serial device via Bluetooth. Has anyone implemented this successfully and can offer advice on hardware to use? It\'s kind of t

6条回答
  •  萌比男神i
    2020-12-30 05:14

    It should be possibly I would think to create something in the middle that accept the bluetooth commands and convert them to serial, similar to what this does with TCP connections: https://www.npmjs.com/package/stellar-socks

提交回复
热议问题