Hi , I have a USB device in Linux that uses the FTDI USB serial device converter driver. When I plug it in, it creates: /dev/ttyUSB0 I'm trying to open the enumerated port /dev/ttyUSB0 ,but getting an issue that "No such Directory or file".
Note: For testing purpose: I have used EMBED feature to map the folder raman (/dev/raman/hello_word.txt) on virtual file system created by Emscripten and able to open a file(hello_word.txt) using fopen function. But when try to map /dev/ directory, compilation stuck for infinite without any exception. Please provide inputs to open the port "/dev/ttyUSB0". TIA. Regards, Raman -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
